From f9aed5071256ce342c25ed85c878f87d2e24fe32 Mon Sep 17 00:00:00 2001 From: Niklas Buschmann Date: Fri, 27 Nov 2020 02:59:57 +0100 Subject: [PATCH] merge upstream --- static/css/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index cc39cfc..2bdd3f8 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -17,7 +17,7 @@ html { background: #363846; font-size: 16px; font-size: calc(0.8rem + 0.3vw); - padding: 0 calc(38% - 18em); + padding: 0 calc(38% - 20em); } body { @@ -25,7 +25,7 @@ body { font-weight: 400; background: #ffffff; color: #17181e; - box-shadow: 0 0 0 1px rgba(54, 56, 70, 0.4); + box-shadow: 0 0 0 1px rgba(54, 56, 70, 0.6); margin: 0; line-height: 1.6; min-height: 100vh; @@ -122,7 +122,7 @@ body > header { align-items: center; background: #17181e; color: #ffffff; - border-bottom: 1px solid rgba(54, 56, 70, 0.4); + border-bottom: 1px solid rgba(54, 56, 70, 0.6); } body > header > a { @@ -152,7 +152,7 @@ body > header, body > article, body > footer { @media (min-width: 40em) { body > header, body > article, body > footer { - padding: 1.65em 12.5%; + padding: 1.65em calc(20% - 4em); } }