We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d247c17 + 90ecae4 commit 24949d2Copy full SHA for 24949d2
1 file changed
layouts/shortcodes/image.html
@@ -10,7 +10,7 @@
10
{{ $width_mobile = .Get "width_mobile" }}
11
{{ end }}
12
13
-<div class="row mb-5 justify-content-center align-items-center" id={{ .Get "id" }}>
+<div class="row mb-5 justify-content-center justify-content-lg-start align-items-center" id={{ .Get "id" }}>
14
{{ range (seq 1 4)}}
15
{{ if $.Get (print "image" .) }}
16
{{ $image := $.Get (print "image" .) | relURL }}
0 commit comments