From f95db65a2fcb2ba75e18cd92bdf1b2a90cb98cd9 Mon Sep 17 00:00:00 2001 From: Lescano713 <131562199+Lescano713@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:37:14 -0500 Subject: [PATCH] correcting breakpoint --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index dd5b904..86f0910 100644 --- a/style.css +++ b/style.css @@ -279,8 +279,8 @@ section{ display: block; } } -@media(min-width: 820px ){ +@media(min-width: 920px ){ .principal-container{ - grid-template-columns: 1fr 0.5fr; + grid-template-columns: 1fr 0.4fr; } } \ No newline at end of file