diff --git a/src/App.css b/src/App.css index 747b47a..4e9acd1 100644 --- a/src/App.css +++ b/src/App.css @@ -18,7 +18,7 @@ width: 95vw; overflow: hidden; justify-content: center; - padding-bottom: 5rem; + padding-bottom: 1rem; } .title { diff --git a/src/components/CategoryTabs/CategoryTabs.module.css b/src/components/CategoryTabs/CategoryTabs.module.css index fbb088e..012c3f2 100644 --- a/src/components/CategoryTabs/CategoryTabs.module.css +++ b/src/components/CategoryTabs/CategoryTabs.module.css @@ -183,6 +183,7 @@ max-width: 100vw; max-height: 100px; margin: 0 auto; + top: 90px; left: 0; right: 0; background-color: white;