chore: improve responsivness
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user