🐛 Fixes overlapping text on mobile theses layout

This commit is contained in:
Moritz Kröger 2019-05-02 18:26:36 +01:00
parent 56a637385d
commit b730503717

View file

@ -223,7 +223,7 @@
margin-bottom: $base-gap + 5;
text-align: left;
h1 {
h1, h2 {
overflow-wrap: break-word;
}