Skip to content

Commit

Permalink
set root font size to 1em;
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferase committed May 30, 2024
1 parent 50c43dc commit a63f930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Resets ------------------------ */

*{margin: 0; padding: 0;}
*,::before,::after{box-sizing: border-box; font-size: 100%;}
*,::before,::after{box-sizing: border-box; font-size: 1em;}
#main_wrapper{overflow: auto; position: relative;}
a,a:link,a:hover,a:visited,a:invalid{text-decoration: none; color: inherit;}
nav ul{list-style: none;}
Expand Down

0 comments on commit a63f930

Please sign in to comment.