streams/view/css/default.css
2018-05-30 20:18:13 +02:00

22 lines
329 B
CSS

main {
display: table;
table-layout: fixed;
position: relative;
width: 100%;
height: 100vh;
}
aside {
position: relative;
display: table-cell;
vertical-align: top;
padding: 4.5rem 7px 0px 7px;
}
section {
position: relative;
width: 100%;
display: table-cell;
vertical-align: top;
padding: 4.5rem 7px 200px 7px;
}