summary refs log tree commit diff stats
path: root/assets/index.css
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2023-07-31 18:06:45 +0100
committerGitHub <noreply@github.com>2023-07-31 18:06:45 +0100
commitf469c78c8af6091596cd174178b1a32b6927cb1c (patch)
tree4fa515aa0b9833685d039686f413083b00520c84 /assets/index.css
parent571184a7ce662352fae5e1374abcc2dfdfc1fae3 (diff)
downloadwebsite-f469c78c8af6091596cd174178b1a32b6927cb1c.tar.gz
Update index.css
Diffstat (limited to 'assets/index.css')
-rw-r--r--assets/index.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/assets/index.css b/assets/index.css
index eec88f4..c051425 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -83,7 +83,12 @@ iframe {
   width: 100%;
 }
 
-table>tbody>tr>td>a>img {
-  width: 70%;
+td > a > img {
+  width: 75%;
   height: auto;
-}
\ No newline at end of file
+}
+td > a {
+  width: 100%;
+  height: 100%;
+  display: block;
+}