Fix header heights
This commit is contained in:
parent
6402ac6fbe
commit
290c0fa64f
@ -13,6 +13,7 @@ body {
|
|||||||
font-family: 'glacial_cl', sans-serif;
|
font-family: 'glacial_cl', sans-serif;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #222;
|
color: #222;
|
||||||
|
min-width: 40em; /* jumbotron */
|
||||||
}
|
}
|
||||||
.h2 {
|
.h2 {
|
||||||
font-family: 'glacial_cl', sans-serif;
|
font-family: 'glacial_cl', sans-serif;
|
||||||
@ -34,7 +35,7 @@ p {
|
|||||||
*/
|
*/
|
||||||
main.beta {
|
main.beta {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 122px;
|
top: 114px; /* 32px banner + 82px header */
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
@ -125,6 +126,7 @@ hr {
|
|||||||
*/
|
*/
|
||||||
.beta-banner {
|
.beta-banner {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 32px;
|
||||||
padding: 0.25em 1em;
|
padding: 0.25em 1em;
|
||||||
background: #c57d00;
|
background: #c57d00;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -146,6 +148,7 @@ hr {
|
|||||||
*/
|
*/
|
||||||
.main-header {
|
.main-header {
|
||||||
display: block;
|
display: block;
|
||||||
|
height: 82px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-bottom: 3px solid #222;
|
border-bottom: 3px solid #222;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user