Slightly increased margin for successive box content
authorAlexander Ebert <ebert@woltlab.com>
Thu, 28 Apr 2016 15:35:57 +0000 (17:35 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 28 Apr 2016 15:35:57 +0000 (17:35 +0200)
wcfsetup/install/files/style/layout/box.scss

index 858d1c2e1ac2616dac8a01ac77ac86871fd4a72b..b117b0a98cb49ff13559c880933db10f56bdd722 100644 (file)
@@ -24,7 +24,7 @@
 .boxContent {
        & + .boxContent,
        & + .boxTitle {
-               margin-top: 20px;
+               margin-top: 30px;
        }
 }