Skip to content

Commit 7e7e592

Browse files
authored
feat: add box-sizing: border-box to scss
1 parent e66cd0a commit 7e7e592

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

js/src/assets/scss/global.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
z-index: 99;
77
}
88

9+
* {
10+
box-sizing: border-box;
11+
}
12+
913
body {
1014
margin: 0 !important;
1115
}

0 commit comments

Comments
 (0)