Skip to content

Commit

Permalink
front: convert rem to px
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Macron <[email protected]>
  • Loading branch information
Akctarus committed Nov 18, 2024
1 parent ba58b81 commit c8925b7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
align-items: center;
width: 100%;
.rolling-stock {
width: 3rem;
width: 48px;
overflow: hidden;
padding-bottom: 0.25rem;
padding-bottom: 4px;
img {
height: 1rem;
height: 16px;
object-fit: cover;
object-position: left;
transform: scaleX(-1);
Expand All @@ -17,7 +17,7 @@
}
}
img {
height: 1.5rem;
height: 24px;
}
}
}

0 comments on commit c8925b7

Please sign in to comment.