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

@@ -36,6 +36,7 @@
margin: 1em;
.imageContainer {
position: relative;
width: 100%;
@include nextImg;
}
@@ -78,3 +79,10 @@
}
}
.otherLinks {
list-style-type: none;
text-align: center;
margin: 0 auto;
width: fit-content;
}