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