From 2b5081e377a172239a73e9145c9147bf989d5f50 Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Thu, 31 Aug 2023 16:45:08 -0400 Subject: [PATCH] Fix blog posts on mobile --- src/styles/BlogPost.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/BlogPost.module.css b/src/styles/BlogPost.module.css index 406d222..88c9fc9 100644 --- a/src/styles/BlogPost.module.css +++ b/src/styles/BlogPost.module.css @@ -47,6 +47,7 @@ .description { font-size: 1.4rem; max-width: 60rem; + width: 100%; } .description :is(h1, h2, h3) {