aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-03 19:59:06 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-03 19:59:06 +0100
commitf98647cabbd3af21acbb801fcbd65548690bd4c7 (patch)
tree4b228303a076dd68c5f0fa8114ebe5560cd7976c
parentbfe18181af17bad8983051a8983c4742c4c81d7e (diff)
feat(style): increase line-height for paragraph
-rw-r--r--scss/main.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/main.scss b/scss/main.scss
index 7b90f36..ac9b340 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -97,6 +97,7 @@ h1, h2, h3 {
p {
margin-bottom: 0.5rem;
+ line-height: 1.15em;
}
h1 {