1
0

adapt solution to prevent img overflow

This commit is contained in:
FrancescoMolinaro
2024-01-23 09:16:06 +01:00
parent 32e3141b19
commit d3c788a4e1

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);
}