From c8da6d1604b3cdeb2642c91309a3004993dd2ee9 Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 11 Nov 2024 12:42:59 -0500 Subject: update grid --- css/website.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/website.css b/css/website.css index a9a16a8..e726d74 100644 --- a/css/website.css +++ b/css/website.css @@ -262,16 +262,22 @@ hr { } .grid .proj { - width: 400px; - border-color: white; + border-width: 1px; border-style: solid; - height: 400px; border-radius: 10px; padding: 10px; } .grid .proj-thumb { + height: 400px; + width: 400px; + background-color: #222; +} +.proj-thumb .img { + height: 100%; + width: 100%; + object-fit: cover; } /* mobile */ -- cgit v1.2.3