summaryrefslogtreecommitdiff
path: root/templates/grid.html.twig
diff options
context:
space:
mode:
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>