Skip to content

Commit c76a3f9

Browse files
modified ass.scss
1 parent e6e446e commit c76a3f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: src/scss/app.scss

+6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
@import "settings"; // <-- Set sitewide defaults
22
@import "components/mixins"; // Goodies!
33

4+
* {
5+
box-sizing: border-box;
6+
}
7+
48
html {
9+
font-size: $rem-base;
510
scroll-behavior: smooth;
611
}
12+
713
/* Demo */
814
body {
915
font-family: 'Roboto Condensed', sans-serif;

0 commit comments

Comments
 (0)