diff options
author | Noah <mounderfod@gmail.com> | 2023-07-31 18:06:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 18:06:45 +0100 |
commit | f469c78c8af6091596cd174178b1a32b6927cb1c (patch) | |
tree | 4fa515aa0b9833685d039686f413083b00520c84 /assets | |
parent | 571184a7ce662352fae5e1374abcc2dfdfc1fae3 (diff) | |
download | website-f469c78c8af6091596cd174178b1a32b6927cb1c.tar.gz |
Update index.css
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index.css | 11 |
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; +} |