From 8a28f6e8b0ef3ecec9cf6b5846fa1f64f0952890 Mon Sep 17 00:00:00 2001 From: Noah Date: Sun, 30 Jul 2023 11:23:37 +0000 Subject: Fix banner resizing --- assets/index.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'assets/index.css') diff --git a/assets/index.css b/assets/index.css index 6c9ba66..eec88f4 100644 --- a/assets/index.css +++ b/assets/index.css @@ -20,7 +20,7 @@ footer { margin-bottom: 5%; } -h2 > a::before { +h2>a::before { content: '> '; } @@ -41,9 +41,9 @@ a { } img { - max-width: 75%; - margin-left: auto; - margin-right: auto; + max-width: 75%; + margin-left: auto; + margin-right: auto; } marquee { @@ -75,6 +75,15 @@ pre { padding: 5px; } -:not(pre) > code { +:not(pre)>code { padding: 5px; +} + +iframe { + width: 100%; +} + +table>tbody>tr>td>a>img { + width: 70%; + height: auto; } \ No newline at end of file -- cgit 1.4.1-2-gfad0