This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/css/full.css
2014-03-04 03:27:53 -08:00

18 lines
194 B
CSS

header #banner {
position: fixed;
top: 0;
width: 250px;
margin-left: auto;
margin-right: auto;
}
nav {
height: 24px;
display: block;
}
section {
display: block;
min-height: 112px;
}