Add fonts, spinner and small screen detection

This commit is contained in:
2025-02-20 22:41:33 +01:00
parent 80dd1b48aa
commit f958486fcc
14 changed files with 118 additions and 10 deletions
+4 -1
View File
@@ -34,6 +34,10 @@ header p {
color: var(--white);
}
header span {
color: var(--crimson);
}
header .cta {
all: unset;
cursor: pointer;
@@ -52,7 +56,6 @@ header .cta {
}
.features {
margin-top: 2rem;
padding: 2.5rem 1.25rem;
display: grid;