|
|
|
|
@ -28,6 +28,7 @@ h1 {
@@ -28,6 +28,7 @@ h1 {
|
|
|
|
|
h1.brand { |
|
|
|
|
font-family: var(--brand-font), serif; |
|
|
|
|
font-size: 3.6rem; |
|
|
|
|
color: var(--brand-color); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -297,7 +298,8 @@ div:nth-child(odd) .featured-list {
@@ -297,7 +298,8 @@ div:nth-child(odd) .featured-list {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header__logo img { |
|
|
|
|
height: 40px; /* Adjust the height as needed */ |
|
|
|
|
height: 60px; |
|
|
|
|
vertical-align: bottom; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header__logo a:hover { |
|
|
|
|
@ -509,4 +511,9 @@ label.search {
@@ -509,4 +511,9 @@ label.search {
|
|
|
|
|
h1.brand { |
|
|
|
|
font-size: 2.2rem; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header__logo img { |
|
|
|
|
height: 40px; |
|
|
|
|
vertical-align: bottom; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|