Fix CSS for Presets columns

This commit is contained in:
墨娘 2021-02-24 10:39:27 +08:00
parent 1e95da5ec4
commit f478fbcbc2
1 changed files with 2 additions and 1 deletions

View File

@ -38,10 +38,11 @@ THE SOFTWARE.
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between;
} }
.header-group { .header-group {
justify-content: space-between;
h3 { h3 {
margin: 0; margin: 0;
} }