make main narrower
[~bandali/bndl.org] / style.css
index baeed6b..c4c2594 100644 (file)
--- a/style.css
+++ b/style.css
@@ -12,7 +12,6 @@ body {
 
 main {
   margin: auto;
-  max-width: 38em;
 }
 
 main > header {
@@ -76,7 +75,7 @@ nav li:last-child:after {
 
 main {
   display: grid;
-  grid-template-columns: auto 38em auto;
+  grid-template-columns: auto 32em auto;
   grid-column-gap: 1.5em;
   grid-row-gap: 1em;
 }