From 460267aa12e6189233f3edc666847fadc05e8e35 Mon Sep 17 00:00:00 2001 From: meetarora Date: Wed, 17 Jul 2024 01:51:55 +0530 Subject: [PATCH 1/6] doc-commit --- Html-Files/Css-Files/Experiencestyle.css | 41 +++++++++++++++++++++++- Html-Files/Doctor Experience.html | 40 ++++++++++++++++------- 2 files changed, 68 insertions(+), 13 deletions(-) diff --git a/Html-Files/Css-Files/Experiencestyle.css b/Html-Files/Css-Files/Experiencestyle.css index ec1351ad..de44630d 100644 --- a/Html-Files/Css-Files/Experiencestyle.css +++ b/Html-Files/Css-Files/Experiencestyle.css @@ -147,6 +147,7 @@ margin-bottom: 20px; .filter-sort { display: flex; align-items: center; +flex-wrap: wrap; } .filter-sort label { @@ -390,7 +391,45 @@ align-items: center; } - + @media (max-width:768px){ + .footer-bottom-wrapper{ + position: relative; + right: 200px; + width: 68%; + } + #doctor-list li{ + width: 56%; + } + .min,#fee-filter,#fee-value{ + position: relative; + right: 416px; + top: 39px; + } + .img img { + position: relative; + left: 300px; + bottom: 12px; + } + #sort-btn{ + position: relative; + right: 494px; + top: 75px; + } + .filter-sort{ + height: 117px; + } + } + @media screen and (max-width:620px) { + .min,#fee-filter,#fee-value{ + right: 450px; + top: 75px; + } + #sort-btn{ + right: 112px; + top: 42px; + } + + } @media (min-width: 600px) { .other-columns { display: grid; diff --git a/Html-Files/Doctor Experience.html b/Html-Files/Doctor Experience.html index be43e436..16019b1a 100644 --- a/Html-Files/Doctor Experience.html +++ b/Html-Files/Doctor Experience.html @@ -5,8 +5,12 @@ Find a Doctor + + + + @@ -110,6 +118,7 @@