Skip to content

Commit

Permalink
we don't need max-aspect-ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarban committed Apr 3, 2024
1 parent 8773ec8 commit 586e7a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SolarEclipse2024.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5495,7 +5495,7 @@ video, #info-video {
display: flex;
flex-direction: row;
@media (max-width: 600px) and (max-aspect-ratio: 1) {
@media (max-width: 600px) {
flex-direction: column;
gap: 1rem;
}
Expand All @@ -5516,7 +5516,7 @@ video, #info-video {
#non-map-container {
flex-basis: 100%;
@media (max-width: 600px) and (max-aspect-ratio: 1) {
@media (max-width: 600px) {
flex-basis: fit-content;
}
}
Expand Down

0 comments on commit 586e7a8

Please sign in to comment.