Add smooth scrolling to the shop

This commit is contained in:
Sam Poder 2024-06-12 13:00:50 -07:00 committed by GitHub
parent 29c9629af3
commit 8484c5381e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,10 @@ html {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
html {
scroll-behavior: smooth;
}
.force-unicode {
font-family: monospace;
}