mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Add smooth scrolling to the shop
This commit is contained in:
parent
29c9629af3
commit
8484c5381e
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue