From 3160fac86a760fe46c2414e218e3dfa88714488d Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 11 Nov 2024 12:50:01 -0500 Subject: update grid --- css/website.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'css/website.css') diff --git a/css/website.css b/css/website.css index e726d74..52e386f 100644 --- a/css/website.css +++ b/css/website.css @@ -262,19 +262,23 @@ hr { } .grid .proj { - border-width: 1px; - border-style: solid; - border-radius: 10px; + /*border-width: 1px;*/ + /*border-style: solid;*/ + /*border-radius: 10px;*/ padding: 10px; } +.a:hover .proj-thumb { + opacity: 50%; +} + .grid .proj-thumb { height: 400px; width: 400px; background-color: #222; } -.proj-thumb .img { +.proj-thumb img { height: 100%; width: 100%; object-fit: cover; -- cgit v1.2.3