Solve margin issue.

This commit is contained in:
Michael Teeuw
2016-10-15 17:06:52 +02:00
parent 0e026de5bd
commit 6816bd8bad
3 changed files with 19 additions and 5 deletions

View File

@@ -113,13 +113,15 @@ sup {
*/
.module {
margin-top: 30px;
margin-bottom: 30px;
}
.module:first-child {
margin-top: 0;
.region.bottom .module {
margin-top: 30px;
margin-bottom: 0px;
}
/**
* Region Definitions.
*/