summary refs log tree commit diff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index c27bbda..fbb0be5 100644
--- a/css/style.css
+++ b/css/style.css
@@ -44,7 +44,7 @@ tt {
 
 /* sidebar layout */
 
-body {
+index-body {
     height: 100%;
     max-width: 100%;
     position: absolute;
@@ -57,6 +57,13 @@ body {
     margin: 0;
 }
 
+body {
+    height: auto;
+    max-width: 117ch;
+    margin: 0 auto;
+    display: block;
+}
+
 nav,
 article,
 figure,