mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-04-19 22:08:34 -04:00
12 lines
105 B
SCSS
12 lines
105 B
SCSS
.card
|
|
{
|
|
flex-shrink: 0;
|
|
flex-grow: 0;
|
|
}
|
|
|
|
.card > .card-image
|
|
{
|
|
width: 250px;
|
|
aspect-ratio: 9 / 16;
|
|
}
|