This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/view/css/default.css

30 lines
401 B
CSS

header #banner {
position: fixed;
top: 0px;
width: 33%;
margin-left: 33%;
margin-right: 33%;
}
main {
display: table;
table-layout: fixed;
position: relative;
width: 100%;
height: 100%;
padding-top: 71px;
}
aside {
display: table-cell;
vertical-align: top;
padding: 0px 7px 0px 7px;
}
section {
width: 100%;
display: table-cell;
vertical-align: top;
padding: 0px 7px 200px 7px;
}