chore: mobile first

This commit is contained in:
kolaente 2021-12-30 17:02:25 +01:00 committed by Dominik Pschenitschni
parent 7211e8d34f
commit 696b11a33b
Signed by untrusted user: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 5 additions and 5 deletions

View File

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