Skip to content

Commit 930ba06

Browse files
committed
fix(layout): sidebar should appear on the side of newsletter posts
not the bottom
1 parent da12d55 commit 930ba06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/newsletter.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% include nav.html active='News' %}
66

77
<section class="front-section">
8-
<div class="container newsletter">
8+
<div class="newsletter container golden-grid">
99
<div class="col-wide">
1010
<h1>{{ page.title }}</h1>
1111

0 commit comments

Comments
 (0)