summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/website.css12
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;