Skip to content

Commit

Permalink
reduced padding for in page link jumps
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardspresume committed May 30, 2023
1 parent 803d466 commit 421c40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/base/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ section {

@media (max-width: $mb) {
html {
scroll-padding-top: 9rem;
scroll-padding-top: 7rem;
}

body:not(.homepage) main {
Expand All @@ -99,7 +99,7 @@ section {

@media (min-width: $dt) {
html {
scroll-padding-top: 13rem;
scroll-padding-top: 8rem;
}

body:not(.homepage) main {
Expand Down

0 comments on commit 421c40f

Please sign in to comment.