chore: unindet class

This commit is contained in:
kolaente 2021-12-30 16:59:13 +01:00 committed by Dominik Pschenitschni
parent 4f28f28be3
commit 7211e8d34f
Signed by untrusted user: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 7 additions and 7 deletions

View File

@ -149,15 +149,15 @@ export default {
margin-bottom: .5rem;
}
}
}
.new-namespace {
margin-left: 1rem;
.new-namespace {
margin-left: 1rem;
@media screen and (max-width: $tablet) {
width: 100%;
margin-left: 0;
margin-bottom: .5rem;
}
@media screen and (max-width: $tablet) {
width: 100%;
margin-left: 0;
margin-bottom: .5rem;
}
}
</style>