Skip to content

Commit 016bb2e

Browse files
committed
Create style.scss
1 parent 2a07f50 commit 016bb2e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

assets/css/style.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
---
3+
4+
@import "{{ site.theme }}";
5+
6+
body {
7+
font-size: 16px;
8+
}
9+
10+
h1, h2, h3 {
11+
margin-bottom: 0.4em;
12+
}
13+
14+
section {
15+
margin-bottom: 1.2rem;
16+
}

0 commit comments

Comments
 (0)