chore: improve responsivness

This commit is contained in:
2026-01-18 18:57:30 +01:00
parent 628f16ef61
commit e6e1000caa
12 changed files with 286 additions and 31 deletions

View File

@@ -10,7 +10,7 @@
--secondary-color: #000;
}
html, body, p, a, address, h2 {
html, body, p, a, button, address, h2 {
font-family: 'Abbiocco Beta', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
@@ -18,6 +18,10 @@ a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
html {
scroll-behavior: smooth;
}