Smoother scroll behavior
This commit is contained in:
parent
82d3e3d018
commit
fcfd8330ca
@ -265,6 +265,10 @@ $gradient-accent3-light-right: linear-gradient(to right, $light, $accent3);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
Reference in New Issue
Block a user