Fix strange behavior with floating blocks

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-02-25 19:11:10 +01:00
parent 4dbf307b63
commit 5b97a9c94e
-2
View File
@@ -42,10 +42,8 @@
} }
.block.float + .block { .block.float + .block {
margin-top: 0;
} }
.block.float { .block.float {
margin-top: 0;
} }
// -------------------------------------------------------------------------------- // --------------------------------------------------------------------------------