streams/view/css/default.css

23 lines
329 B
CSS
Raw Normal View History

main {
display: table;
2014-03-27 18:56:22 +00:00
table-layout: fixed;
position: relative;
width: 100%;
height: 100vh;
}
2015-06-11 09:35:21 +00:00
aside {
2016-12-22 10:54:04 +00:00
position: relative;
display: table-cell;
vertical-align: top;
padding: 4.5rem 7px 0px 7px;
2012-07-22 06:17:45 +00:00
}
section {
2016-12-22 10:54:04 +00:00
position: relative;
width: 100%;
display: table-cell;
vertical-align: top;
padding: 4.5rem 7px 200px 7px;
2012-07-22 06:17:45 +00:00
}