From edbc80a97423db2bb680535d3d8fa7430097503f Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 11 Nov 2024 12:32:19 -0500 Subject: update grid --- css/website.css | 4 +++- templates/grid.html.twig | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/website.css b/css/website.css index 87ae676..a9a16a8 100644 --- a/css/website.css +++ b/css/website.css @@ -261,7 +261,7 @@ hr { gap: 40px; } -.grid div { +.grid .proj { width: 400px; border-color: white; border-style: solid; @@ -270,7 +270,9 @@ hr { padding: 10px; } +.grid .proj-thumb { +} /* mobile */ @media only screen and (max-device-width: 900px) { 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 @@
{% for current_page in page.children %} -
+
{{ current_page.media.images|first|raw }}
-- cgit v1.2.3