fix: render loading spinner if no hash
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user