Skip to content

Commit

Permalink
Merge pull request #19 from ImanKalyanChakraborty/main
Browse files Browse the repository at this point in the history
fix: overlapping bug
  • Loading branch information
RazorClient authored Dec 28, 2023
2 parents 14b8659 + 3b03460 commit f782979
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 f782979

Please sign in to comment.