Remove img-fluid from gallery images

This commit is contained in:
Will Faught
2023-03-01 21:17:43 -08:00
parent 82e0944882
commit b18516d29c

View File

@@ -38,7 +38,6 @@
<div class="col">
{{ partial "paige/a.html" (dict
"content" (partial "paige/img.html" (dict
"class" "img-fluid"
"height" $height
"maxwidth" $maxwidth
"method" $method
@@ -61,7 +60,6 @@
{{ range $resources }}
{{ partial "paige/a.html" (dict
"content" (partial "paige/img.html" (dict
"class" "img-fluid"
"height" $height
"maxwidth" $maxwidth
"method" $method