fix: box-sizing border-box by default
This commit is contained in:
@@ -7,6 +7,11 @@
|
|||||||
--secondaryFont: 'Poppins', sans-serif;
|
--secondaryFont: 'Poppins', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html,
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
font-family: var(--primaryFont);
|
font-family: var(--primaryFont);
|
||||||
|
|||||||
Reference in New Issue
Block a user