fix: spacer not working

This commit is contained in:
Simon Caminada
2022-05-06 17:03:50 +02:00
parent e36afcb527
commit 80685dd71f
2 changed files with 6 additions and 2 deletions

View File

@@ -6,4 +6,8 @@
width: 100%;
display: block;
height: 1px;
}
}
.spacer ~ .spacer {
height: em(50px);
}