Skip to content

Commit 90ecae4

Browse files
committed
fix centering content on lg screens
1 parent d247c17 commit 90ecae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/shortcodes/image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{{ $width_mobile = .Get "width_mobile" }}
1111
{{ end }}
1212

13-
<div class="row mb-5 justify-content-center align-items-center" id={{ .Get "id" }}>
13+
<div class="row mb-5 justify-content-center justify-content-lg-start align-items-center" id={{ .Get "id" }}>
1414
{{ range (seq 1 4)}}
1515
{{ if $.Get (print "image" .) }}
1616
{{ $image := $.Get (print "image" .) | relURL }}

0 commit comments

Comments
 (0)