From 481e57aaa6b48f0d28641bcf7f09c32db9b77d8a Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 24 Jul 2023 23:41:27 -0500 Subject: [PATCH] fix: update slide images to be 100% width This is necessary for SVGs, since they need a width --- src/css/typography.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/typography.css b/src/css/typography.css index 60f6f42..4f50efa 100644 --- a/src/css/typography.css +++ b/src/css/typography.css @@ -21,6 +21,7 @@ margin: 0 auto; max-width: 100%; max-height: 80vh; + width: 100%; } .typography ul{