fix first setup block positioning

This commit is contained in:
Daku 2015-01-06 13:12:21 +00:00 committed by Shish
parent 05cfbde372
commit 83c0c284ac

View File

@ -5,6 +5,8 @@
max-width: 1200px;
margin: auto;
}
.setupblocks > .setupblock:first-of-type { margin-top: 0; }
.setupblock {
break-inside: avoid;
-moz-break-inside: avoid;