0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 13:22:40 +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:
Gazook89
2024-08-22 23:22:39 -05:00
parent 0dc9e9ecdb
commit 8dadc57934

View File

@@ -5,7 +5,7 @@
flex-wrap : wrap;
gap : 8px 30px;
align-items : center;
justify-content : center;
justify-content : space-around;
box-sizing : border-box;
width : 100%;
height : auto;