From 81a0d1d30d50db95fc55f2e70628de7c68bedccd Mon Sep 17 00:00:00 2001 From: atellmer Date: Sat, 13 Jan 2024 21:11:53 +0500 Subject: [PATCH] build --- next/animated-grid/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/next/animated-grid/index.html b/next/animated-grid/index.html index 7afe0668..eb830016 100644 --- a/next/animated-grid/index.html +++ b/next/animated-grid/index.html @@ -68,6 +68,12 @@ font-size: 2rem; } + @media (max-width: 800px) { + .grid-item span { + font-size: 1.2rem; + } + } + .button-layout { position: fixed; top: 50%;