From f2d6895d7880d572ae0909b2c057a7214526d4a3 Mon Sep 17 00:00:00 2001 From: vlle1 <36682087+vlle1@users.noreply.github.com> Date: Mon, 16 Nov 2020 02:42:19 +0100 Subject: fix text overflow in title --- stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 0b13e59..6e4cb06 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -82,6 +82,7 @@ .mctitle { font-family: 'MinecrafterAltRegular'; font-weight: normal; + word-wrap: break-word; font-style: normal; font-size: 6em !important; color: rgb(164, 165, 177); -- cgit v1.2.3-54-g00ecf