Remove needless margin
This commit is contained in:
parent
42c2bccc9e
commit
b6400820bf
1 changed files with 4 additions and 0 deletions
|
|
@ -293,6 +293,10 @@ export default defineComponent({
|
||||||
|
|
||||||
> .spacer {
|
> .spacer {
|
||||||
height: 82px;
|
height: 82px;
|
||||||
|
|
||||||
|
@media (min-width: ($widgets-hide-threshold + 1px)) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue