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