From 6134d0cc1b1090821d259da774c073c31faeaa09 Mon Sep 17 00:00:00 2001 From: Tanmoy Chanda Date: Fri, 29 Mar 2024 23:40:14 +0530 Subject: [PATCH] 1 --- styles.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/styles.css b/styles.css index bb6be7e..c2ba6ee 100644 --- a/styles.css +++ b/styles.css @@ -507,4 +507,37 @@ tr{ tr:hover{ background-color: #da8702; +} + + +@media (max-width: 900px){ + .header-element{ + display: flex; + flex-direction: column; + width: 100%; + } + + .content{ + width: 100%; + } + + .find-us{ + display: flex; + flex-direction: column; + } + + .maps{ + width: 100%; + } + + .find-us-content{ + max-width: 100%; + } +} + +@media (max-width: 500px){ + .wrapper{ + display: flex; + flex-direction: column; + } } \ No newline at end of file