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 {
|
||||
margin-left: 1rem;
|
||||
|
||||
@media screen and (max-width: $tablet) {
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
margin-bottom: .5rem;
|
||||
width: 100%;
|
||||
|
||||
@media screen and (min-width: $tablet) {
|
||||
margin-left: 1rem;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in a new issue