Skip to content

Commit

Permalink
fix intro alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarban committed Apr 3, 2024
1 parent 6c33491 commit 2bf5ce0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SolarEclipse2024.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5835,6 +5835,9 @@ video, #info-video {
grid-area: 1 / 2 / 2 / 3;
margin-bottom: auto;
text-align: right;
.inst-text {
justify-content: flex-end;
}
.inst-arrow {
align-self: end;
}
Expand All @@ -5857,6 +5860,9 @@ video, #info-video {
flex-direction: column-reverse;
margin-top: auto;
text-align: right;
.inst-text {
justify-content: flex-end;
}
.inst-arrow {
align-self: end;
}
Expand Down

0 comments on commit 2bf5ce0

Please sign in to comment.