Skip to content

Commit a58ebc4

Browse files
committed
Remove global box-sizing rule
1 parent 3b239c7 commit a58ebc4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Wireframe/style.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ As well as useful links to learn more */
2727
/* ====== Base Elements ======
2828
General rules for basic HTML elements in any context */
2929

30-
* {
31-
box-sizing: border-box;
32-
}
30+
3331

3432
body {
3533
background: var(--paper);

0 commit comments

Comments
 (0)