Final pre release fixes and improvements

This commit is contained in:
2023-08-05 23:52:11 +01:00
parent 25b1250df7
commit f0fbb3aaac
14 changed files with 95 additions and 24 deletions

View File

@@ -18,7 +18,7 @@
flex-wrap: wrap;
column-gap: $largeGap;
row-gap: $smallGap;
margin: 1em;
margin: 1em 1.5em;
& > div {
display: flex;
@@ -48,6 +48,7 @@
.logoContainer {
width: 2.5em;
height: 2.5em;
position: relative;
@include nextImg;
}
@@ -87,6 +88,7 @@
max-width: 30em;
height: max-content;
display: flex;
position: relative;
@include nextImg;
}