diff --git a/sass/partials/drupalorg/_section-documentation.scss b/sass/partials/drupalorg/_section-documentation.scss index 69ba643..be9a26c 100644 --- a/sass/partials/drupalorg/_section-documentation.scss +++ b/sass/partials/drupalorg/_section-documentation.scss @@ -362,13 +362,16 @@ margin-bottom: 1em; } .pane-section-contents { - padding-top: 2em; + margin-bottom: 2em; + padding: 0.5em; + background-color: $new-lt-gray; section { padding-bottom: 2em; @include breakpoint($medium) { float: left; width: 48%; - padding-right: 2%; + margin-right: 2%; + margin-bottom: 2%; &:nth-child(odd) { clear: left; } @@ -376,7 +379,6 @@ } h2 { font-size: 1.5em; - padding-bottom: 1em; } } .view-group-maintainers {