More columns when scaling

This commit is contained in:
Reece Browne 2025-05-07 14:43:11 +01:00
parent 49fd18e9ae
commit a167f662d5

View File

@ -476,6 +476,9 @@ html[dir="rtl"] .dropdown-menu[data-bs-popper] {
display: flex; display: flex;
gap: 30px; gap: 30px;
justify-content: center; justify-content: center;
width: 140%;
position: relative;
left: -20%;
} }
.feature-group { .feature-group {