fix: render loading spinner if no hash

This commit is contained in:
Christel Westerberg
2024-02-12 16:35:24 +01:00
parent a6475aaa97
commit fc06d116fd
8 changed files with 38 additions and 29 deletions

View File

@@ -6,7 +6,6 @@
box-sizing: content-box;
display: grid;
gap: 70px;
grid-template-columns: 2fr 1fr;
margin: 0 auto;
max-width: 1200px;
padding: 20px 10px 5px;
@@ -15,6 +14,7 @@
@media screen and (min-width: 740px) {
.section {
padding: 30px 30px 15px;
grid-template-columns: 2fr 1fr;
}
}