Setted overflow-wrap to break-word for h1, h2, h3 on small displays

This commit is contained in:
Andreas Kurm 2020-02-09 17:54:03 +01:00
parent 23f7b20a5b
commit d97bdf0bc3

View File

@ -64,7 +64,7 @@ footer{
width: 100%!important; width: 100%!important;
} }
h1{margin: 1em 0;} h1{margin: 1em 0;overflow-wrap: break-word;}
h2{margin-top: 1em;} h2{margin-top: 1em;overflow-wrap: break-word;}
h3{margin-top: 0.5em;} h3{margin-top: 0.5em;overflow-wrap: break-word;}
} }