From 1056d3a769fe9200edb6d92a69b8573530c7940f Mon Sep 17 00:00:00 2001 From: Anurag Vishwakarma Date: Thu, 8 Aug 2024 00:46:08 +0530 Subject: [PATCH] Made the contact us form responsive. --- index.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 38fa9f73..cc67a7c1 100644 --- a/index.html +++ b/index.html @@ -194,7 +194,7 @@ } - } + /* } */ #progress-container { position: fixed ; @@ -215,7 +215,15 @@ border-radius: 10px; } -> +@media screen and (max-width: 600px) { + .form-container button#button { + margin-left: 0 !important; + } + .main { + margin-left: 0; + width: 100%; + } +}