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

@@ -1,11 +1,12 @@
.title {
font-family: Helvetica, Arial, sans-serif;
font-family: BrandonText-Bold,Arial,Helvetica,sans-serif;
font-size: 1.375rem;
line-height: 1.1em;
text-transform: uppercase;
font-weight: 400;
line-height: normal;
margin-top: 2rem;
color: #483729;
margin-bottom: 1rem;
text-decoration: none;
text-transform: none;
margin-top: 2rem;
}
.ul {
@@ -60,6 +61,6 @@
@media screen and (min-width: 950px) {
.title {
font-size: 1.375rem;
font-size: 1.625rem;
}
}