diff options
author | Noah <mounderfod@gmail.com> | 2023-08-01 12:20:48 +0000 |
---|---|---|
committer | Noah <mounderfod@gmail.com> | 2023-08-01 12:20:48 +0000 |
commit | 3afc779317ff3875a71e2cdddbe8fd1ec4ad65c1 (patch) | |
tree | d7710587b8c4a8b1767cda84711cc12254808ae5 /assets | |
parent | 556f25a09333aabcfc66e5d4d613b2c4cc7ed4c8 (diff) | |
download | website-3afc779317ff3875a71e2cdddbe8fd1ec4ad65c1.tar.gz |
Add links page
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index.css | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/assets/index.css b/assets/index.css index c051425..3e9ef70 100644 --- a/assets/index.css +++ b/assets/index.css @@ -77,18 +77,4 @@ pre { :not(pre)>code { padding: 5px; -} - -iframe { - width: 100%; -} - -td > a > img { - width: 75%; - height: auto; -} -td > a { - width: 100%; - height: 100%; - display: block; -} +} \ No newline at end of file |