Skip to content

Commit

Permalink
fix(dashboard/Card): use rems instead of pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
invakid404 committed Apr 16, 2022
1 parent deadfb0 commit deadb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/Card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
width: 100%;
}
@media (max-width: 530px) {
@media (max-width: 35rem) {
.wrapper > .card-body:first-child {
flex: 0 0 100%;
}
Expand Down

0 comments on commit deadb3c

Please sign in to comment.