Skip to content

Commit

Permalink
update playback control position
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarban committed Apr 3, 2024
1 parent 2bf5ce0 commit 5580227
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SolarEclipse2024.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5964,6 +5964,10 @@ video, #info-video {
gap: 5px;
margin-left: 10px;

@media (orientation: landscape) {
margin-left: 3rem;
}

@media (max-width: 370px) {
justify-content: center;
}
Expand Down

0 comments on commit 5580227

Please sign in to comment.