From 8dca42e469c30bc839f1ecebd00a8ddf1dae8770 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Tue, 2 Apr 2024 10:31:14 +0200 Subject: [PATCH] style(board banner): adjust padding --- src/components/board-banner/board-banner.module.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/board-banner/board-banner.module.css b/src/components/board-banner/board-banner.module.css index 9036e4af..badb3d81 100644 --- a/src/components/board-banner/board-banner.module.css +++ b/src/components/board-banner/board-banner.module.css @@ -34,4 +34,10 @@ .bannerCnt { padding-top: 35px; } + } + + @media (min-width: 640px) { + .bannerCnt { + padding: 5px 0 2px 0; + } } \ No newline at end of file