From 1ae7f64b4ae6a56263ed784fe511a1ef25a58376 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 27 Jan 2023 16:27:17 -0500 Subject: [PATCH] h2's going off page on mobile --- src/static/css/typography.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 81e4784..17a2ede 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -33,6 +33,7 @@ h2{ font-family: "pp-neue-machina", sans-serif; color:#00ffd0; text-transform:uppercase; + hyphens: auto; } h3{