Continuing the redesign

This commit is contained in:
Firq 2024-10-21 22:23:25 +02:00
parent 9d8493273d
commit 1f7709031c
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
9 changed files with 699 additions and 690 deletions
src/components/cards

View file

@ -69,12 +69,12 @@ const mlb_image = mlb ? 'mlbalign' : 'hidemlb'
}
.ce-crop {
width: 100px;
height: 100px;
width: min(85%, 85px);
height: auto;
}
.mlb {
width: 85px;
width: min(85%, 85px);
height: auto;
margin-left: auto;
margin-right: auto;