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
src/nginxconfig/scss

View File

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