mirror of https://github.com/ANL-CEEESA/RELOG.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
465 B
29 lines
465 B
.HeaderBox {
|
|
background-color: white;
|
|
border-bottom: var(--box-border);
|
|
box-shadow: var(--box-shadow);
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.HeaderContent {
|
|
margin: 0 auto;
|
|
max-width: var(--site-width);
|
|
}
|
|
|
|
.HeaderContent h1,
|
|
.HeaderContent h2 {
|
|
line-height: 48px;
|
|
font-size: 28px;
|
|
padding: 12px;
|
|
margin: 0;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.HeaderContent h2 {
|
|
font-size: 22px;
|
|
font-weight: normal;
|
|
color: rgba(0, 0, 0, 0.6);
|
|
}
|