diff --git a/src/pages/index.astro b/src/pages/index.astro index 1236b85..8ffa7f5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -115,4 +115,14 @@ import Footer from "../components/Footer.astro"; gap: 1rem; padding: 0; } + + @media only screen + and (min-device-width: 360px) + and (max-device-width: 812px) { + + .highlighted-content { + font-size: 16px; + font-weight: bold; + } + }