chore: use gap

This commit is contained in:
kolaente 2021-12-30 17:05:20 +01:00
parent 19a587a332
commit 3d8b473080
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

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 {