Center web buttons vertically in a wrapper

This commit is contained in:
Leilukin 2024-05-23 22:33:10 +08:00 committed by Helen Chong
parent b38b79f13d
commit 603ccc1923

View File

@ -90,4 +90,5 @@
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 0.5rem; gap: 0.5rem;
align-items: center;
} }