summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/style.css b/style.css
index 846d6e8..e3e7423 100644
--- a/style.css
+++ b/style.css
@@ -25,6 +25,7 @@
--body-max-width: 120ex;
--body-min-width: 75ex;
--body-font-size: 110%;
+ --content-width: 73ex;
}
@font-face {
@@ -89,6 +90,13 @@ strong {
color: var(--orange);
}
+main {
+ text-indent: 4ex;
+ text-align: justify;
+ padding-top: 2ex;
+ padding-bottom: 5ex;
+}
+
header,
footer {
text-align: center;
@@ -127,11 +135,8 @@ footer {
}
.content {
- text-indent: 4ex;
- text-align: justify;
+ width: var(--content-width);
padding-left: var(--content-padding-left);
padding-right: var(--content-padding-right);
- padding-top: 2ex;
- padding-bottom: 5ex;
}