Skip to content

Commit

Permalink
fix(container): background-size
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Mar 6, 2024
1 parent 916703f commit 11f5494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/bootstrap/container.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{{- end }}
{{- $style = $style | append
(printf "background-image: url(%s)" $bg)
(printf "background-size: cover" $bg)
"background-size: cover"
}}
{{- end }}
<div
Expand Down

0 comments on commit 11f5494

Please sign in to comment.