fix: update grids to dynamically adapt number of columns + aligned rows
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.points {
|
||||
grid-template-rows: auto auto auto;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-auto-flow: column;
|
||||
row-gap: 0;
|
||||
column-gap: var(--Spacing-x2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user