We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d247c17 commit 90ecae4Copy full SHA for 90ecae4
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