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