chore: styling cleanup

This commit is contained in:
2026-02-22 18:43:34 +00:00
parent 63b43f1531
commit 86d915f9a9

View File

@@ -18,7 +18,7 @@
flex-wrap: wrap; flex-wrap: wrap;
column-gap: $largeGap; column-gap: $largeGap;
row-gap: $smallGap; row-gap: $smallGap;
margin: 1em 1.5em; margin: 1.2em 1.8em;
& > div { & > div {
display: flex; display: flex;
@@ -33,6 +33,9 @@
a { a {
color: $white; color: $white;
text-decoration: none; text-decoration: none;
font-size: 1.1em;
font-weight: 350;
margin-top: 0.5em;
&:hover { &:hover {
color: $accent_colour; color: $accent_colour;
@@ -43,12 +46,18 @@
.left{ .left{
margin-left: auto; margin-left: auto;
a {
font-size: 1em;
font-weight: 300;
}
} }
.logoContainer { .logoContainer {
width: 8.6em; width: 5em;
height: 2.5em; height: 1.5em;
position: relative; position: relative;
margin-right: 0.5em;
@include nextImg; @include nextImg;
} }