diff --git a/src/pages/index.astro b/src/pages/index.astro index 9c0988c..3617282 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -116,11 +116,20 @@ import Footer from "../components/Footer.astro"; padding: 0; } + @media only screen + and (min-device-width: 280px) + and (max-device-width: 653px) { + .top-content ul li { + font-size: 14px; + font-weight: bold; + } + } + @media only screen and (min-device-width: 360px) and (max-device-width: 812px) { - .top-content { - font-size: 16px; + .top-content ul li { + font-size: 20px; font-weight: bold; } }