Skip to content

Commit

Permalink
fix: articles on index use 2 cols
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrozer committed May 3, 2023
1 parent 27b0710 commit cbe27ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="uk-container uk-dark" uk-scrollspy="cls: uk-animation-slide-right">
<h2 class="uk-heading-divider">Readings</h2>

<div class="uk-grid-small uk-child-width-1-3@m" uk-grid uk-height-match=".uk-card-body > p">
<div class="uk-grid-small uk-child-width-1-2@m" uk-grid uk-height-match=".uk-card-body > p">
{{#each posts}}
{{#unless isHidden}}
{{#checkIf template '!=' "portfolio"}}
Expand Down

0 comments on commit cbe27ae

Please sign in to comment.