Add no-minw class to avoid odd behavior

This commit is contained in:
Matthias 2024-01-31 18:13:22 +01:00
parent 36b573e6a8
commit 03a9873a0c

View File

@ -17,6 +17,11 @@
height: 100dvh;
}
.no-min-w {
// Remove min-width
min-width: unset;
}
.logo-svg {
background-color: #000000;