mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-22 06:52:18 +00:00
add vertical scroll offset so that anchor links account for the top nav bar
This commit is contained in:
parent
cddbcf1558
commit
2506744683
1 changed files with 3 additions and 0 deletions
3
assets/sass/_custom.scss
Normal file
3
assets/sass/_custom.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
html, body {
|
||||
scroll-padding-top: 80px;
|
||||
}
|
Loading…
Reference in a new issue