Skip to content

Commit

Permalink
fix: Update landing page link down button position and smooth scrolli…
Browse files Browse the repository at this point in the history
…ng (#1107)
  • Loading branch information
3DRX authored Jul 19, 2024
1 parent 9d22157 commit 9770a08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/scss/blocks/_cover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
bottom: 2px;
right: 4px;
}
}
}
2 changes: 1 addition & 1 deletion assets/scss/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
}

.home-overview-link-down {
position: absolute;
bottom: 2rem;
left: 0;
right: 0;
margin-top: -2rem;
}

// section title
Expand Down
4 changes: 4 additions & 0 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
@import url($web-font-path);
}

html {
scroll-behavior: smooth;
}

footer {
min-height: 150px;

Expand Down

0 comments on commit 9770a08

Please sign in to comment.