From 81d7fdf4f9beeabeb294f5917cc6379dd290adb9 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 16 Oct 2022 11:45:35 +0200 Subject: [PATCH] style: hide now wrapper border on small screen --- src/pages/index.astro | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 9f0e485..4cc901a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -129,6 +129,19 @@ import Footer from "../components/Footer.astro"; padding: 0; } + @media only screen and (max-device-width: 360px) { + .now-wrapper { + border: 0px; + font-size: x-small; + line-height: normal; + } + .now-label { + background-color: transparent; + padding: 0; + margin: 0; + } + } + @media only screen and (min-device-width: 280px) and (max-device-width: 653px) { .highlighted-section__content ul li { font-size: 14px;