css fix for safari for displaying logo in cards

This commit is contained in:
Lisa Durand 2023-07-17 14:48:32 +02:00
parent 9bd6cea38d
commit b0b4169c7a

View file

@ -22,7 +22,7 @@
.logo {
width: auto;
max-width: 50px;
height: fit-content;
height: 100%;
margin-right: $default-spacer * 2;
}