From 90cc088cc5a173cf1707f838bfdc5af8f1eaf64a Mon Sep 17 00:00:00 2001 From: Bhavdeep21 <55994813+Bhavdeep21@users.noreply.github.com> Date: Sat, 24 Oct 2020 12:51:21 +0530 Subject: [PATCH] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 99d9d5f..6704d60 100644 --- a/style.css +++ b/style.css @@ -101,7 +101,7 @@ ul{ /* LARGE SCREENS */ @media(min-width:700px){ .wrapper{ - display: grid; + display: block; grid-template-columns: 1fr 2fr; }