chore: unindet class

This commit is contained in:
kolaente 2021-12-30 16:59:13 +01:00
parent 64c2c551d8
commit bfd7856ffc
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

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>