header styling
This commit is contained in:
parent
ac491e14d2
commit
70f258ec5c
|
@ -113,10 +113,29 @@ header {
|
|||
}
|
||||
|
||||
header img {
|
||||
height: 48px;
|
||||
height: 72px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
header p {
|
||||
font-size: 1.25rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
header p:not(:first-child) {
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
header a {
|
||||
font-size: 1.25rem;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
header a:not(:first-child) {
|
||||
padding-left: 0.75rem;
|
||||
}
|
||||
|
||||
section {
|
||||
background-color: var(--section-color);
|
||||
padding: 1.25rem;
|
||||
|
|
Loading…
Reference in New Issue