From befb166b09d7b09b8f87acdf8db16210c8793559 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Thu, 4 Jul 2024 01:28:06 +0700 Subject: [PATCH] css cleanup --- style.css | 43 +------------------------------------------ 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/style.css b/style.css index 0e40184..5191378 100644 --- a/style.css +++ b/style.css @@ -149,57 +149,16 @@ h1 { } /* For tablet screens */ -@media only screen and (min-width: 750px) and (max-width: 1366px) { +@media only screen and (max-width: 1366px) { .middle-large { grid-area: middle; width: 90vw; max-width: 35cm; } - .itemcard { - display: grid; - border-radius: 12px; - text-decoration: none; - height: 3cm; - transition-duration: 0.2s; - box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13); - } - - .itemcard-stealth { - display: grid; - border-radius: 12px; - text-decoration: none; - height: 3cm; - transition-duration: 0.2s; - } - h1 { - margin-top: 3vh; - } } /* For phone screens */ @media only screen and (max-width: 750px) { - .middle-large { - grid-area: middle; - width: 90vw; - max-width: 35cm; - } - - .itemcard { - display: grid; - border-radius: 12px; - text-decoration: none; - height: 3cm; - transition-duration: 0.2s; - box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13); - } - - .itemcard-stealth { - display: grid; - border-radius: 12px; - text-decoration: none; - height: 3cm; - transition-duration: 0.2s; - } h1 { margin-top: 8vh; }