From e8656a7594a1bb7503c5a98fca9f09ccdd526899 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Tue, 21 May 2024 07:16:59 -0600 Subject: [PATCH] fine, make it work on mobile --- www/content/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/content/_index.md b/www/content/_index.md index df4259d0..11350b9a 100644 --- a/www/content/_index.md +++ b/www/content/_index.md @@ -45,6 +45,10 @@ body .ad { display: none; } +body.ads .ad img { + max-width: 90vw; +} +