From f6327417f066cfb0c10c3301e80fe11a3c352a99 Mon Sep 17 00:00:00 2001 From: Chester Bak Date: Tue, 30 Jul 2024 09:22:15 +0700 Subject: [PATCH] add CSS for dashboard --- web/dashboard.php | 2 +- web/page.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/web/dashboard.php b/web/dashboard.php index dc1acfb..a458e98 100755 --- a/web/dashboard.php +++ b/web/dashboard.php @@ -1,6 +1,6 @@ -
+
diff --git a/web/page.css b/web/page.css index 53759a3..edf165d 100755 --- a/web/page.css +++ b/web/page.css @@ -51,6 +51,10 @@ p.user { width:325px; max-width:325px; } +.dash { + padding-top: 50px; + padding-bottom: 50px; +} h4 { border-radius:4px; background-color:red;