From b319cc7c35e678f2c8a6d6d852457b293a46dbd0 Mon Sep 17 00:00:00 2001 From: deepikaa0402 <159520305+deepikaa0402@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:19:23 +0530 Subject: [PATCH] style.css --- style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/style.css b/style.css index cb01d2d..a9289b4 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ @import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap"); body { background-color: hsl(212, 45%, 89%); - /* width: 1440px; */ + width: 1440px; padding: 1rem; display: flex; flex-direction: column; @@ -51,6 +51,3 @@ h1 { } -@media (max-width:375px) {} - -@media (min-width: 1025px) and (max-width: 1440px) {}