Skip to content

Commit

Permalink
feat(posts): use a small container for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrozer committed Sep 11, 2023
1 parent 6e0790e commit d80bf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{> navbar}}

<div class="uk-section">
<div class="uk-container uk-animation-fade">
<div class="uk-container uk-container-small uk-animation-fade">

{{! injects code via a Custom HTML tool - as defined in the config.json file in the "renderer" section }}
{{#if @customHTML.beforePost}}
Expand Down

0 comments on commit d80bf79

Please sign in to comment.