Reduce spacing between components in grids to 16px from 20px
This commit is contained in:
parent
91120c673c
commit
5eebbd56f6
|
@ -53,7 +53,7 @@
|
|||
.grid {
|
||||
position: relative;
|
||||
height: 400px;
|
||||
--spacing: 10;
|
||||
--spacing: 8;
|
||||
|
||||
/*
|
||||
Prevent cross-grid variable inheritance. The other variables for alignment
|
||||
|
@ -122,8 +122,8 @@
|
|||
overflow: auto;
|
||||
pointer-events: all;
|
||||
position: relative;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
padding: 4px;
|
||||
margin: 4px;
|
||||
|
||||
/* On desktop, use desktop metadata and fall back to mobile */
|
||||
/* Position vars */
|
||||
|
|
Loading…
Reference in New Issue