mirror of
https://github.com/imfing/hextra.git
synced 2025-05-14 17:37:11 -04:00
6 lines
144 B
CSS
6 lines
144 B
CSS
![]() |
.hextra-feature-grid {
|
||
|
@media (min-width: 1024px) {
|
||
|
grid-template-columns: repeat(var(--hextra-feature-grid-cols), minmax(0, 1fr));
|
||
|
}
|
||
|
}
|