From f5c239673a4ae7a4d83f53906eef8b203688aa59 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Tue, 22 Oct 2024 01:14:57 -0400 Subject: [PATCH] minor changes to make the layout seem a bit nicer --- static/css/default.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/default.css b/static/css/default.css index 2e33878..1b459ca 100644 --- a/static/css/default.css +++ b/static/css/default.css @@ -79,10 +79,11 @@ a:hover { } #content { - display: inline-block; + display: block; margin: 1em; padding: 1em; - min-width: calc(100% - 5em); + /* min-width: calc(100% - 5em); */ + max-width: 960px; border: 0.5em solid var(--content-border-color); border-radius: 0.5em; }