summaryrefslogtreecommitdiff
path: root/templates/grid.html.twig
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-11-11 12:32:19 -0500
committersowgro <tpoke.ferrari@gmail.com>2024-11-11 12:32:19 -0500
commitedbc80a97423db2bb680535d3d8fa7430097503f (patch)
treed6e4f71c28fb38d56b4160e44b9aebb70652e603 /templates/grid.html.twig
parent74a20e3b409ed625e74a838d418890fc5f6d0533 (diff)
downloadgrav-sowtheme-edbc80a97423db2bb680535d3d8fa7430097503f.tar.gz
grav-sowtheme-edbc80a97423db2bb680535d3d8fa7430097503f.tar.bz2
grav-sowtheme-edbc80a97423db2bb680535d3d8fa7430097503f.zip
update grid
Diffstat (limited to 'templates/grid.html.twig')
-rw-r--r--templates/grid.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/grid.html.twig b/templates/grid.html.twig
index 8f279b8..8935ec2 100644
--- a/templates/grid.html.twig
+++ b/templates/grid.html.twig
@@ -18,7 +18,7 @@
<div class="grid">
{% for current_page in page.children %}
<a href="{{ current_page.url|e }}">
- <div>
+ <div class="proj">
<div class="proj-thumb">
{{ current_page.media.images|first|raw }}
</div>