chore: use gap
This commit is contained in:
parent
696b11a33b
commit
92ffaf984c
1 changed files with 1 additions and 6 deletions
|
@ -138,17 +138,12 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: .5rem;
|
||||||
|
|
||||||
@media screen and (max-width: $tablet) {
|
@media screen and (max-width: $tablet) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
> * {
|
|
||||||
@media screen and (max-width: $tablet) {
|
|
||||||
margin-bottom: .5rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-namespace {
|
.new-namespace {
|
||||||
|
|
Loading…
Reference in a new issue