diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-11-11 12:53:04 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-11-11 12:53:04 -0500 |
commit | 88b6c5f38298c940242e40efe1e08096a6da20ba (patch) | |
tree | 12ec9ed4b91d145fef4122667853bef144531a8a | |
parent | 3160fac86a760fe46c2414e218e3dfa88714488d (diff) | |
download | grav-sowtheme-88b6c5f38298c940242e40efe1e08096a6da20ba.tar.gz grav-sowtheme-88b6c5f38298c940242e40efe1e08096a6da20ba.tar.bz2 grav-sowtheme-88b6c5f38298c940242e40efe1e08096a6da20ba.zip |
update grid
-rw-r--r-- | css/website.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/website.css b/css/website.css index 52e386f..69a6b49 100644 --- a/css/website.css +++ b/css/website.css @@ -268,7 +268,7 @@ hr { padding: 10px; } -.a:hover .proj-thumb { +a:hover .proj-thumb { opacity: 50%; } |