adapt solution to prevent img overflow

(cherry picked from commit d3c788a4e1)
This commit is contained in:
FrancescoMolinaro
2024-01-23 09:16:06 +01:00
committed by github-actions[bot]
parent f1a7f36f17
commit 20f5f17aac

View File

@@ -1,4 +1,4 @@
.logo-container {
img {
max-width: var(--ds-comcol-logo-max-width);
max-height: var(--ds-comcol-logo-max-height);
}