diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-11-11 12:32:19 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-11-11 12:32:19 -0500 |
commit | edbc80a97423db2bb680535d3d8fa7430097503f (patch) | |
tree | d6e4f71c28fb38d56b4160e44b9aebb70652e603 /templates | |
parent | 74a20e3b409ed625e74a838d418890fc5f6d0533 (diff) | |
download | grav-sowtheme-edbc80a97423db2bb680535d3d8fa7430097503f.tar.gz grav-sowtheme-edbc80a97423db2bb680535d3d8fa7430097503f.tar.bz2 grav-sowtheme-edbc80a97423db2bb680535d3d8fa7430097503f.zip |
update grid
Diffstat (limited to 'templates')
-rw-r--r-- | templates/grid.html.twig | 2 |
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> |