chore: mobile first
This commit is contained in:
parent
7211e8d34f
commit
696b11a33b
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
Loading…
Reference in a new issue