From 71fac7495508536f9bc401bc01bef3ee550472a0 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 11 Jul 2023 20:06:34 -0500 Subject: [PATCH] separate profile sections --- css/profile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/profile.css b/css/profile.css index e1892fe..8abd437 100644 --- a/css/profile.css +++ b/css/profile.css @@ -6,9 +6,13 @@ body.profile .page-container { margin-left: auto; margin-right: auto; max-width: 800px; +} + +body.profile .page-container .header-table { background: var(--primary-container-background); border: var(--primary-container-border); padding: 2px; + width: 100%; } body.profile .page-container .header-table,