summary refs log tree commit diff stats
path: root/assets/index.css
diff options
context:
space:
mode:
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;
+}