Skip to content

Commit

Permalink
fix(StatusBar): improve statusInfo responsivity
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoalvesdulce authored Jan 17, 2022
1 parent 94c66ba commit cfdd9dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/StatusBar/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,10 @@
margin-right: 1rem;
}
}

@media screen and (max-width: 560px) {
.statusInfo {
flex-direction: column-reverse;
align-items: flex-end;
}
}

0 comments on commit cfdd9dd

Please sign in to comment.