From fcd3f6b142cef6c664c3d4c635cf9c4ac7fb6fc2 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Tue, 25 Oct 2016 19:17:05 +0200 Subject: [PATCH] Small CSS update - improved page responsiveness --- css/style.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 */