From 8aebce91cce23a077630550050bf2c8e9a7d46c1 Mon Sep 17 00:00:00 2001 From: Worktop Date: Mon, 12 Feb 2024 14:39:55 -0500 Subject: [PATCH] adjust .content margins for wide layout --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index cb0f1cc..f926a89 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -183,6 +183,7 @@ a.home-link { display: none; } .content { margin-left: calc(15%); + margin-right: 0; margin-top: auto; padding: 20px;