Reduce spacing between components in grids to 16px from 20px
This commit is contained in:
parent
91120c673c
commit
5eebbd56f6
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue