From c791914d1cd69ec7bf6f6c72369c6a25f9b495ac Mon Sep 17 00:00:00 2001 From: xomf <104592547+xomf@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:54:43 +0000 Subject: [PATCH] Update global.css --- static/css/global.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/static/css/global.css b/static/css/global.css index 2fa4b71..03c8e96 100644 --- a/static/css/global.css +++ b/static/css/global.css @@ -10,10 +10,6 @@ body { } -.titlebar { - text-align: center; -} - .box { background: rgba(0, 0, 0, 0.8); @@ -22,10 +18,14 @@ body { box-sizing: border-box; text-align: center; width: 100%; - margin: 5px; + margin-top: 10px; } +.titlebar { + width: 100%; +} + a:link { color: purple; @@ -34,14 +34,15 @@ a:link { } #content { - width: 50%; + width: 60%; } #main-pane { width: 100%; - padding: 10px; + margin-top: 10px; display: flex; flex-direction: row; + } #content-pane, #sidenav { @@ -65,7 +66,7 @@ a:link { #main-pane { flex-direction: column; - width: 96%; + width: 100%; }