mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
28 lines
383 B
CSS
28 lines
383 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%;
|
|
}
|
|
|
|
aside {
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
padding: 71px 7px 0px 7px;
|
|
}
|
|
|
|
section {
|
|
width: 100%;
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
padding: 71px 7px 200px 7px;
|
|
}
|