summary refs log tree commit diff
path: root/css/style.css
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2025-02-28 14:18:54 +0000
committervenomade <venomade@venomade.com>2025-02-28 14:18:54 +0000
commita8b772376cd49a80c763e2861ab52e4c36bab637 (patch)
tree3b680ec7fe8d5b40d61364f9381f29320c028088 /css/style.css
parentefef6e37e000d83d2323cdfa1ee7424e4274444b (diff)
Dotfiles and Centering
Add dotfiles link in the NSFAQ
Center all pages to 117ch except the index
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,