mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
13 lines
156 B
CSS
13 lines
156 B
CSS
header #banner {
|
|
position: fixed;
|
|
top: 0px;
|
|
width: 33%;
|
|
margin-left: 33%;
|
|
margin-right: 33%;
|
|
}
|
|
|
|
section {
|
|
height: 100vh;
|
|
padding: 0 7px 200px 7px;
|
|
}
|