summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-11-11 12:42:59 -0500
committersowgro <tpoke.ferrari@gmail.com>2024-11-11 12:42:59 -0500
commitc8da6d1604b3cdeb2642c91309a3004993dd2ee9 (patch)
tree84f7b2cb4a6cb1ab02637450ff2e69887831fa96
parentedbc80a97423db2bb680535d3d8fa7430097503f (diff)
downloadgrav-sowtheme-c8da6d1604b3cdeb2642c91309a3004993dd2ee9.tar.gz
grav-sowtheme-c8da6d1604b3cdeb2642c91309a3004993dd2ee9.tar.bz2
grav-sowtheme-c8da6d1604b3cdeb2642c91309a3004993dd2ee9.zip
update grid
-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 */