Fix 4 columns barely not fitting on 1920px screen (#32361)

This commit is contained in:
Claire 2024-10-09 19:16:57 +02:00
parent c0d3b3de10
commit 6ac78ead52

View file

@ -2863,7 +2863,7 @@ $ui-header-logo-wordmark-width: 99px;
}
.column {
width: 400px;
width: clamp(380px, calc((100% - 350px) / 4), 400px);
position: relative;
box-sizing: border-box;
display: flex;