Skip to content

Commit

Permalink
Update column
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <[email protected]>
  • Loading branch information
mohin7 committed Oct 10, 2023
1 parent 12b5f32 commit b6dfe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/articles/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h4>All Articles</h4>
</div>
{{ range $idx, $p := $pages.ByDate.Reverse }}
<div class="column is-one-quarter-widescreen is-one-quarter-fullhd is-half-tablet is-full-mobile">
<div class="column is-3-fullhd is-4-widescreen is-6-tablet is-full-mobile">
<a href="{{ $p.RelPermalink }}" class="single-article-card">
<div class="thumbnail">
{{ $original := $p.Resources.GetMatch "hero.jpg" }}
Expand Down

0 comments on commit b6dfe49

Please sign in to comment.