Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
borishrncic committed Jul 4, 2024
1 parent 6debfa5 commit 5170de1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/css/polykit-v0-3.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ li > h6 {
*/
/* --------------------------------------------------------- */
/*///////////// SUBATOMICS/GENERAL start /////////////*/
html {
scroll-behavior: smooth;
}

.d-none {
display: none !important;
}
Expand Down
4 changes: 4 additions & 0 deletions app/scss/01-subatomics/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

/*///////////// SUBATOMICS/GENERAL start /////////////*/

html {
scroll-behavior: smooth;
}

.d-none {
display: none !important;
}
Expand Down

0 comments on commit 5170de1

Please sign in to comment.