Skip to content

Commit

Permalink
Fixed the overlapping bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ImanKalyanChakraborty committed Dec 28, 2023
1 parent 466b0cc commit 3b03460
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,12 @@ body, .hero_heading, .tracks-window, .info-window, .rectangle, .body-text, .imag
}
}

@media screen and (max-width: 662px) {
#about {
height: 107vw;
}
}

@media screen and (max-width: 630px) {
#mobile-images {
top: -100px;
Expand All @@ -638,6 +644,15 @@ body, .hero_heading, .tracks-window, .info-window, .rectangle, .body-text, .imag
left: 32%;
}

#about {
height: 132vw;
}
}

@media screen and (max-width: 598px) {
#about {
height: 142vw;
}
}

@media screen and (max-width: 581px) {
Expand Down Expand Up @@ -692,6 +707,12 @@ body, .hero_heading, .tracks-window, .info-window, .rectangle, .body-text, .imag
}
}

@media screen and (max-width: 461px) {
#about {
height: 146vw;
}
}

@media screen and (max-width: 430px) {
#mobile-images {
top: -94px;
Expand Down

0 comments on commit 3b03460

Please sign in to comment.