Skip to content

Commit 24949d2

Browse files
authored
Merge pull request #422 from NGO-Algorithm-Audit/feature/20260312-1
fix centering content on lg screens
2 parents d247c17 + 90ecae4 commit 24949d2

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)