Skip to content

Commit

Permalink
StalledAlert: left align on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveux committed Nov 25, 2024
1 parent 2a0e82c commit a087cec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,18 @@ export default defineComponent({
@media (max-width: 751px) { /* When notice text breaks into two lines */
#app.consensus-stalled {
padding-top: 6.75rem;
.red-notice {
text-align: left;
}
}
}
@media (max-width: 418px) { /* When notice text breaks into three lines */
#app.consensus-stalled {
padding-top: 9.125rem;
.red-notice {
text-align: left;
}
}
}
</style>
Expand Down

0 comments on commit a087cec

Please sign in to comment.