Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 05a8aa8

Browse files
committed
Merge pull request #2227 from DFurnes/what-padding
Fixes padding on campaign banners to inherit properly.
2 parents 6815ae6 + 302009b commit 05a8aa8

File tree

1 file changed

+2
-2
lines changed
  • lib/themes/dosomething/paraneue_dosomething/scss/content

1 file changed

+2
-2
lines changed

lib/themes/dosomething/paraneue_dosomething/scss/content/_campaign.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ body.node-type-campaign {
5050
// immediately before each section.step
5151
.banner {
5252
margin: 0;
53-
padding: 0.1em 0 0; // Override default banner padding to prevent left indent
53+
padding-left: 0;
5454

5555
span {
56-
@include section-padding;
56+
padding: 0 1rem;
5757

5858
@include media($tablet) {
5959
padding: 0;

0 commit comments

Comments
 (0)