Skip to content

Commit

Permalink
before and after box sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
wodydoc committed Jul 10, 2023
1 parent 7b9ffb9 commit 6ba004b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@
margin: 0;
}

*, *::before, *::after {
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}
Expand Down

0 comments on commit 6ba004b

Please sign in to comment.