summaryrefslogtreecommitdiff
path: root/css/website.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/website.css')
-rw-r--r--css/website.css12
1 files changed, 9 insertions, 3 deletions
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 */