From 7cb34579ea21bd37aef9424f1eef6410de376724 Mon Sep 17 00:00:00 2001 From: Astoria Date: Thu, 21 Jul 2022 21:05:59 -0500 Subject: [PATCH] G R I D E X P A N S I O N --- styles/default.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/styles/default.css b/styles/default.css index 3ab2bce..3148c5d 100644 --- a/styles/default.css +++ b/styles/default.css @@ -19,6 +19,7 @@ body { word-break: break-word; display: grid; grid-template-columns: min-content auto; + gap: 20px; } ul { @@ -236,7 +237,7 @@ input[type="submit" i] { } .article-headerless { - margin: 0 20px 55px 20px !important; + margin: 0 20px 55px 0 !important; } .section { @@ -285,9 +286,6 @@ input[type="submit" i] { width: 80%; height: var(--ver-upr); margin-bottom: 20px; - position: absolute; - left: 0; - right: 0; margin-left: auto; margin-right: auto; text-align: center;