diff --git a/src/pages/index.astro b/src/pages/index.astro index a800031..39508a2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -68,6 +68,7 @@ import Footer from "../components/Footer.astro"; .top-content ul { list-style-type: none; + padding: 0; } .main-content { @@ -114,9 +115,9 @@ import Footer from "../components/Footer.astro"; @media only screen and (min-device-width: 360px) and (max-device-width: 812px) { - .section-content { + .top-content { font-size: 16px; font-weight: bold; } -} + }