From 4c72079c3a736aac87ce4d1d8728559c8e6a465c Mon Sep 17 00:00:00 2001 From: meetarora Date: Thu, 4 Jul 2024 11:23:26 +0530 Subject: [PATCH] rate-update --- feedback.html | 7 +++++++ styles.css | 13 +++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/feedback.html b/feedback.html index 2f025067..8049690b 100644 --- a/feedback.html +++ b/feedback.html @@ -106,6 +106,13 @@

Rate Our Service


+ diff --git a/styles.css b/styles.css index 7fb9cb42..0d0ca7ba 100644 --- a/styles.css +++ b/styles.css @@ -1091,6 +1091,16 @@ header { gap: 2rem; } } +@media screen and (max-width:768px) { + .hamburger{ + position: relative; + left: 20px; + } + .btn{ + position: relative; + left: 90px; + } +} .image__gallary { display: grid; @@ -2175,7 +2185,7 @@ body { .btn{ position: relative; top: 30px; - right: 280px; + left: -147px; } .toggle-container{ position: relative; @@ -2184,7 +2194,6 @@ body { } .hamburger{ position: relative; - top: 30px; right: 388px; } }