Remove needless margin

This commit is contained in:
syuilo 2020-10-17 23:49:17 +09:00
parent 163325ef89
commit 2d96af1255

View file

@ -293,6 +293,10 @@ export default defineComponent({
> .spacer {
height: 82px;
@media (min-width: ($widgets-hide-threshold + 1px)) {
display: none;
}
}
}
}