Skip to content

Commit 8e5a9e3

Browse files
authored
Merge pull request #31 from de-soot/main
override jekyll's minima theme with main.scss to justify body text
2 parents 23cee99 + ee953f9 commit 8e5a9e3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assets/main.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
---
3+
4+
@import "minima";
5+
6+
body {
7+
hyphens: auto;
8+
text-align: justify;
9+
text-justify: inter-word;
10+
}

0 commit comments

Comments
 (0)