diff --git a/css/style.css b/css/style.css index 0557302..aff6c61 100644 --- a/css/style.css +++ b/css/style.css @@ -24,13 +24,26 @@ a { } .pullright { - float: right + float: right !important; } .pullright .fa { margin-right: 0px } +p, a { + overflow-wrap: break-word; + word-wrap: break-word; + + -ms-word-break: break-all; + word-break: break-word; + + -ms-hyphens: auto; + -moz-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} + /* ****** */ /* STATUS */