diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-11-11 12:50:01 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-11-11 12:50:01 -0500 |
commit | 3160fac86a760fe46c2414e218e3dfa88714488d (patch) | |
tree | d699d2f6191abf161b0aa1bfe11a2737bfaef74d | |
parent | c8da6d1604b3cdeb2642c91309a3004993dd2ee9 (diff) | |
download | grav-sowtheme-3160fac86a760fe46c2414e218e3dfa88714488d.tar.gz grav-sowtheme-3160fac86a760fe46c2414e218e3dfa88714488d.tar.bz2 grav-sowtheme-3160fac86a760fe46c2414e218e3dfa88714488d.zip |
update grid
-rw-r--r-- | css/website.css | 12 |
1 files changed, 8 insertions, 4 deletions
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; |