mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 10:42:38 +00:00
adjustment to toolbar spacing between items
testing the use of spacing to separate tool groups. Could alternatively use a thin vertical bar.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
flex-wrap : wrap;
|
flex-wrap : wrap;
|
||||||
gap : 8px 30px;
|
gap : 8px 30px;
|
||||||
align-items : center;
|
align-items : center;
|
||||||
justify-content : center;
|
justify-content : space-around;
|
||||||
box-sizing : border-box;
|
box-sizing : border-box;
|
||||||
width : 100%;
|
width : 100%;
|
||||||
height : auto;
|
height : auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user