mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
css: enable smooth scrolling
This commit is contained in:
parent
cb7dd133c9
commit
af5075d1d1
1 changed files with 4 additions and 1 deletions
|
|
@ -53,12 +53,15 @@ ul {
|
|||
|
||||
/* Layout */
|
||||
|
||||
html, body {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
header,
|
||||
footer,
|
||||
main {
|
||||
box-sizing: content-box;
|
||||
max-width: 45rem;
|
||||
padding: 15px 30px;
|
||||
padding: 3% 5%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue