0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 06:52:41 +00:00

change sort-container to baseline alignment

This commit is contained in:
Gazook89
2022-09-19 10:47:35 -05:00
parent 10a349ade8
commit 8ac4d93581

View File

@@ -43,7 +43,7 @@
z-index : 500;
display : flex;
justify-content : center;
align-items : center;
align-items : baseline;
column-gap : 15px;
row-gap : 5px;
flex-wrap : wrap;