From 4b7765eb9fe44d0cc16bb8f5d2e2c9ff074f70e3 Mon Sep 17 00:00:00 2001 From: Zishan <134139888+zishan-Akhtar@users.noreply.github.com> Date: Fri, 18 Aug 2023 01:14:13 +0530 Subject: [PATCH] exws bagage --- mobile.css | 113 ----------------------------------------------------- 1 file changed, 113 deletions(-) delete mode 100644 mobile.css diff --git a/mobile.css b/mobile.css deleted file mode 100644 index 0b92e86..0000000 --- a/mobile.css +++ /dev/null @@ -1,113 +0,0 @@ -@media screen and (max-width: 425px) { - .navigation { - width: 93%; - justify-content: space-between; - -} - - main { - padding-inline: 1rem; - } - .main-Heading { - font-size: 1.3rem; - word-spacing: 2px; - } - .rapper { - gap: 1rem; - flex-wrap: wrap-reverse; - } - - .left-Hero-section { - flex-basis: 100%; - flex-wrap: wrap; - } - .left-Hero-section p { - word-spacing: 3px; - width: 100%; - } - .call-me { - width: 97%; - } - .left-Card { - width: 100%; - } - .text-Portion { - font-size: 1.3rem; - } - - .right-Hero-Section { - flex-basis: 100%; - margin-top: 2rem; - } - .right-Card { - width: 100%; - height: 60%; - } - .exploremore img { - right: -8px; - top: -29px; - width: 140px; - height: 140px; - } - .image-Portion2 img { - right: -15%; - bottom: 8%; - max-width: 80%; - } - .right-Card-Text { - margin-top: 2rem; - } - - - article { - flex-direction: column; - gap: 1rem; - } - .left-aricle { - width: 88%; - } - - - .right-aricle { - width: 100%; - } - .right-aricle img { - max-width: 91%; - } - .showoff-plate{ - flex-direction: column; - } - .p { - padding-top: 1rem; - } - #iPhone { - margin-left: 40%; -} -.iPhone-img { - right: 205px; - width: 45%; - top: -2px; - height: 56vh; - border-radius: 18px; -} -.contact{ - flex-direction: column; -} -.contact h1{ - font-size: 2.5rem; -} - -.profile{ - width: 80vw; - justify-content: space-around; - align-items: center; - -} -.contact-form { - width: 80vw; - -} -.form-control{ - width: 70vw; -} -}