Skip to content

Commit

Permalink
Merge pull request #14 from adipasquale/feature/gazette-readability
Browse files Browse the repository at this point in the history
limit gazette layout content width to 8 columns for readability
  • Loading branch information
bzg authored Nov 21, 2023
2 parents 49b71c3 + 9e0663f commit 5f32950
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _includes/layouts/bluehats-post.njk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ layout: layouts/base.njk
</p>
{% endif %}

{{ content | safe }}
<div class="fr-grid-row">
<div class="fr-col-md-8">
{{ content | safe }}
</div>
</div>

{% if video %}
<figure class="fr-content-media" role="group">
Expand Down

0 comments on commit 5f32950

Please sign in to comment.