1
0
Fork 0

header styling

This commit is contained in:
emma 2025-01-02 05:43:17 -05:00
parent ac491e14d2
commit 70f258ec5c
1 changed files with 20 additions and 1 deletions

View File

@ -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;