File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1210,6 +1210,8 @@ $accent: #FF4081;
12101210 position : sticky ;
12111211 top : 80px ;
12121212 z-index : 1000 ;
1213+ overflow-y : scroll ;
1214+ max-height : 90vh ;
12131215 }
12141216}
12151217body {
Original file line number Diff line number Diff line change 1010{{ $width_mobile = .Get "width_mobile" }}
1111{{ end }}
1212
13- < div class ="row mb-5 align-items-center " id ={{ .Get "id" }}>
13+ < div class ="row mb-5 justify-content-center align-items-center " id ={{ .Get "id" }}>
1414 {{ range (seq 1 4)}}
1515 {{ if $.Get (print "image" .) }}
1616 {{ $image := $.Get (print "image" .) | relURL }}
1717 {{ $alt := $.Get (print "alt" .) | relURL }}
1818 {{ $caption := $.Get (print "caption" .) | relURL }}
1919 {{ $link := $.Get (print "link" .) | relURL }}
20- < div class ="col-lg-{{ $width_desktop }} col-{{ $width_mobile }} center-block ">
20+ < div class ="col-lg-{{ $width_desktop }} col-{{ $width_mobile }} center-block my-4 my-lg-0 ">
2121 {{ if $link }}
2222 < a href ={{ $link }} target ="_blank ">
2323 {{ end }}
You can’t perform that action at this time.
0 commit comments