chore: use gap

This commit is contained in:
kolaente 2021-12-30 17:05:20 +01:00 committed by Dominik Pschenitschni
parent 696b11a33b
commit 92ffaf984c
Signed by untrusted user: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 6 deletions

View File

@ -138,17 +138,12 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
gap: .5rem;
@media screen and (max-width: $tablet) {
width: 100%;
flex-direction: column;
}
> * {
@media screen and (max-width: $tablet) {
margin-bottom: .5rem;
}
}
}
.new-namespace {