1
0
Fork 0
mirror of synced 2024-09-20 11:27:56 +12:00

Reduce spacing between components in grids to 16px from 20px

This commit is contained in:
Andrew Kingston 2024-08-08 16:15:05 +01:00
parent 91120c673c
commit 5eebbd56f6
No known key found for this signature in database

View file

@ -53,7 +53,7 @@
.grid { .grid {
position: relative; position: relative;
height: 400px; height: 400px;
--spacing: 10; --spacing: 8;
/* /*
Prevent cross-grid variable inheritance. The other variables for alignment Prevent cross-grid variable inheritance. The other variables for alignment
@ -122,8 +122,8 @@
overflow: auto; overflow: auto;
pointer-events: all; pointer-events: all;
position: relative; position: relative;
padding: 5px; padding: 4px;
margin: 5px; margin: 4px;
/* On desktop, use desktop metadata and fall back to mobile */ /* On desktop, use desktop metadata and fall back to mobile */
/* Position vars */ /* Position vars */