Skip to content

Commit

Permalink
style(article-cards): change the image height as 240
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Nov 17, 2023
1 parent c703a35 commit 37e5bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/bootstrap/article-cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{- $sections := slice }}
{{- $linkText := i18n "read_more" }}
{{- $itemAttrs := slice }}
{{- $imgHeight := 120 }}
{{- $imgHeight := 240 }}
{{- $imgPlaceholder := "NO IMAGE" }}
{{- if .IsNamedParams }}
{{- with .Get "limit" }}{{ $limit = . }}{{ end }}
Expand Down

0 comments on commit 37e5bf0

Please sign in to comment.