fix: improve search options top margin

This commit is contained in:
Baptiste Grob
2021-03-10 16:47:20 +01:00
parent c2ba11238c
commit 99e26c8270
2 changed files with 4 additions and 1 deletions

View File

@@ -108,6 +108,9 @@ $screen-md-max: ($screen-lg-min - 1) !default;
.mt-1 {
margin-top: .25rem;
}
.mt-2 {
margin-top: .5rem;
}
.mt-3 {
margin-top: .75rem;
}