Fix 4 columns barely not fitting on 1920px screen (#32361)
This commit is contained in:
parent
6d6565eee7
commit
fda52b2a52
@ -2863,7 +2863,7 @@ $ui-header-logo-wordmark-width: 99px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.column {
|
.column {
|
||||||
width: 400px;
|
width: clamp(380px, calc((100% - 350px) / 4), 400px);
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user