aboutsummaryrefslogtreecommitdiff
path: root/frontend/scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/scss')
-rw-r--r--frontend/scss/special.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/scss/special.scss b/frontend/scss/special.scss
index 1812130..5b64985 100644
--- a/frontend/scss/special.scss
+++ b/frontend/scss/special.scss
@@ -7,6 +7,7 @@ header {
display: flex;
flex-direction: row;
+ align-items: center;
gap: 2rem;
border-bottom: var(--color-light) 2px solid;
@@ -21,6 +22,10 @@ header {
}
}
+ & img {
+ height: 100%;
+ }
+
& nav {
display: flex;
flex-direction: column;