diff options
Diffstat (limited to '_sass/typography.scss')
-rw-r--r-- | _sass/typography.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_sass/typography.scss b/_sass/typography.scss new file mode 100644 index 0000000..836c9da --- /dev/null +++ b/_sass/typography.scss @@ -0,0 +1,9 @@ +html { + hyphens: auto; + tab-size: 2; +} + +h1, h2, h3, h4, h5, h6, +aside, +header { text-wrap: balance; } + |