Skip to content

Commit 3091e93

Browse files
authored
Merge pull request #3 from KazanExpress/fix/reset-css
Fix reset.css
2 parents 0509fdc + ec65896 commit 3091e93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reset.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ time, mark, audio, video {
2929
outline: 0;
3030
}
3131

32-
*
33-
box-sizing border-box
32+
* {
33+
box-sizing: border-box;
34+
}
3435

3536
/* HTML5 display-role reset for older browsers */
3637
article, aside, details, figcaption, figure,

0 commit comments

Comments
 (0)