From 5407c4af42cd1c97e5a52c634948e4385854699b Mon Sep 17 00:00:00 2001 From: Yanatchara JERAJA Date: Sun, 16 Jul 2023 10:55:43 +0700 Subject: [PATCH] minor header layout fixed --- src/components/Problems.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/Problems.css b/src/components/Problems.css index e4e1867..dce6ec8 100644 --- a/src/components/Problems.css +++ b/src/components/Problems.css @@ -403,5 +403,11 @@ span.underline.decoration-pink-500 { padding-bottom: 20px; } +.MuiContainer-root section { + padding-top: 0; +} +div.MuiContainer-root { + padding-top: 0; +}