aboutsummaryrefslogtreecommitdiff
path: root/_sass/typography.scss
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-24 18:36:15 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-24 18:36:15 +0100
commit1892bc38d8416a6ec79f37c41a9ffb38b6f44938 (patch)
treeffd211a1718ff2b793179c6fb115faf190e3cdfb /_sass/typography.scss
parentbe6c61295058e32604e4d18da3689d2675e5bf19 (diff)
minimalize layout
Diffstat (limited to '_sass/typography.scss')
-rw-r--r--_sass/typography.scss9
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; }
+