Skip to content

Commit

Permalink
fix(layout): sidebar should appear on the side of newsletter posts
Browse files Browse the repository at this point in the history
not the bottom
  • Loading branch information
justinmk committed Sep 26, 2021
1 parent da12d55 commit 930ba06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/newsletter.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% include nav.html active='News' %}

<section class="front-section">
<div class="container newsletter">
<div class="newsletter container golden-grid">
<div class="col-wide">
<h1>{{ page.title }}</h1>

Expand Down

0 comments on commit 930ba06

Please sign in to comment.