commit 19f14822fbe24665971aec79644ff121f00ca890 parent f278e373da50751bb496b4acf1804145ef95cf8f Author: alex wennerberg <awennerb@twitch.tv> Date: Sat, 14 Jan 2023 12:51:20 -0800 mobile friendly Diffstat:
M | src/style.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/style.css b/src/style.css @@ -13,6 +13,10 @@ h1 { font-size: 5ch; } +img { + max-width: 100%; +} + h1, h2, h3, h4, h5, h6{ margin-top:0; margin-bottom:0;