summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlle1 <36682087+vlle1@users.noreply.github.com>2020-11-16 02:42:19 +0100
committerDennis Kobert <dennis@kobert.dev>2020-11-16 03:07:25 +0100
commitf2d6895d7880d572ae0909b2c057a7214526d4a3 (patch)
tree2600c71991da618df2dc0a9b1794727ef856260b
parent75899c02b53f306542591e3e0f7862776bddf33a (diff)
fix text overflow in title
-rw-r--r--stylesheets/style.css1
1 files changed, 1 insertions, 0 deletions
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);