From: Amin Bandali
Date: Mon, 5 Aug 2019 04:04:11 +0000 (-0400)
Subject: make main narrower
X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/bndl.org/commitdiff_plain/afae466b8a0e3bdbc7792f6931026e9883ac592c?ds=inline
make main narrower
---
diff --git a/contact.html b/contact.html
index ca3f68e..694c6b1 100644
--- a/contact.html
+++ b/contact.html
@@ -21,7 +21,9 @@
be contacted at bandali at gnu dot org.
If you want to send me GPG-encrypted mail, you can use my
public key with the
- fingerprint BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103
.
+ fingerprint
+
+ BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103
.
diff --git a/style.css b/style.css
index baeed6b..c4c2594 100644
--- 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;
}