Skip to content

Commit a14cf9f

Browse files
committed
add box-sizing border-box to root html
1 parent 58e1290 commit a14cf9f

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

css/sass/base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ html {
1414
font-family: 'Titillium Web', sans-serif;
1515
color: $dark;
1616
line-height: 1.6;
17+
box-sizing: border-box;
1718
}
1819
header, footer { width: 100%; }
1920
h1,h2,h3,h4,h5,h6,blockquote { margin:0; padding:0; }

0 commit comments

Comments
 (0)