Skip to content

Commit

Permalink
Fix: responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
DevaduttM committed Oct 13, 2024
1 parent 061136d commit 770a20b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/components/Landing/Landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@ body{
}
}


@media (min-width: 500px) and (max-width: 550px) and (min-height: 700px) and (max-height:750px){
.con1{
left: -330px;
Expand Down Expand Up @@ -811,3 +812,28 @@ body{



@media (min-width: 200px) and (max-width: 300px){
.landing-h1{
scale: 0.7;
}

#sub{
font-size: 0.6rem;
}

.con1{
left: -150px;
}

.con2{
top: 350px;
right: -150px;
}

.expimg{
scale: 0.4;
bottom: 20px;
}
}


0 comments on commit 770a20b

Please sign in to comment.