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;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: .5rem;
|
||||
|
||||
@media screen and (max-width: $tablet) {
|
||||
width: 100%;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
> * {
|
||||
@media screen and (max-width: $tablet) {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.new-namespace {
|
||||
|
|
Loading…
Reference in a new issue