css fix for safari for displaying logo in cards
This commit is contained in:
parent
9bd6cea38d
commit
b0b4169c7a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
.logo {
|
||||
width: auto;
|
||||
max-width: 50px;
|
||||
height: fit-content;
|
||||
height: 100%;
|
||||
margin-right: $default-spacer * 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue