Skip to content

Commit

Permalink
feat(dashboard/Card): move first card on top for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
invakid404 committed Apr 16, 2022
1 parent dead50f commit deadfb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dashboard/src/components/Card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
width: 100%;
}
@media (max-width: 530px) {
.wrapper > .card-body:first-child {
flex: 0 0 100%;
}
}
.avatar {
width: 3rem;
height: 3rem;
Expand Down

0 comments on commit deadfb0

Please sign in to comment.