From 82fa27c6d64e8fbdcd8d68c2d92236ea047be165 Mon Sep 17 00:00:00 2001 From: Gaurav Gupta <123398315+GauravGupta993@users.noreply.github.com> Date: Sun, 29 Oct 2023 12:27:17 +0000 Subject: [PATCH] Making the Write Page responsive #42 --- write.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/write.css b/write.css index 8428068..6d61679 100644 --- a/write.css +++ b/write.css @@ -113,7 +113,7 @@ object-fit: cover; /* Use object-fit to ensure the image covers the entire container */ } -@media screen and (max-width: 800px) { +/* @media screen and (max-width: 800px) { .writing-section { width: 100%; } @@ -121,7 +121,7 @@ width: 100%; padding: 40px 0; } -} +} */ /* Scrollbar */ ::-webkit-scrollbar { width: 8px;