Merge pull request #45 from oddbird/blog-width

[blog-width] Limit the width of blog column
This commit is contained in:
Jonny Gerig Meyer 2023-05-19 16:42:55 -04:00 committed by GitHub
commit 1c424d6e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,6 @@ layout: base
---
{% render 'attribution', date: page.date, author: author %}
{{ content }}
<div class="sl-l-container sl-l-container--small">
{{ content }}
</div>