Merge pull request #9319 from demarches-simplifiees/fix-logo-size-in-card-for-safari

[fix] Logo ne s'affiche pas correctement dans les cartes sur safari (admin)
This commit is contained in:
Lisa Durand 2023-07-18 08:56:28 +00:00 committed by GitHub
commit 10d653359e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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