Skip to content

Commit

Permalink
fix: Add layout section class to ensure spacing between elements
Browse files Browse the repository at this point in the history
Only happens in right rail advanced but this is from the news theme css, this class layout-section
  • Loading branch information
Jack Howard committed Jun 16, 2021
1 parent bf8308f commit 8dec4a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const RightRailAdvancedLayout = ({ children }) => {
<RenderChild Item={main} tabletPlacement="2" />
<RenderChild Item={main2} tabletPlacement="4" />
</section>
<section className="col-sm-md-12 col-lg-xl-4">
<section className="col-sm-md-12 col-lg-xl-4 layout-section">
<RenderChild Item={rightRailTop} tabletPlacement="1" />
<RenderChild Item={rightRailMiddle} tabletPlacement="3" />
<RenderChild Item={rightRailBottom} tabletPlacement="5" />
Expand Down

0 comments on commit 8dec4a6

Please sign in to comment.