streams/view/css/default.css
2015-09-12 11:36:19 +02:00

39 lines
512 B
CSS

header #banner {
position: fixed;
width: 33%;
margin-left: 33%;
margin-right: 33%;
}
main {
display: table;
table-layout: fixed;
position: relative;
width: 100%;
height: 100%;
}
aside {
display: table-cell;
vertical-align: top;
padding: 80px 7px 0px 7px;
}
section {
width: 100%;
display: table-cell;
vertical-align: top;
padding: 80px 7px 200px 7px;
}
@media screen and (max-width: 767px) {
section {
padding: 65px 7px 200px 7px;
}
aside#region_1 {
padding: 65px 7px 0px 7px;
}
}