From a132feec014e7a7f2cc96f43398c7718e3abcb03 Mon Sep 17 00:00:00 2001 From: Chester Bak Date: Tue, 23 Jul 2024 09:45:21 +0700 Subject: [PATCH] further styling updates --- web/page.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/page.css b/web/page.css index 17f4192..9193b1d 100755 --- a/web/page.css +++ b/web/page.css @@ -8,8 +8,6 @@ body { .user { width: 10%; justify-content:left; - background-color:#ccc; - box-sizing:border-box; } p.user { margin:0; @@ -18,6 +16,8 @@ p.user { .header { display: flex; width: 100%; + background-color:#ccc; + box-sizing:border-box; } .account { width: 10%;