Small CSS update - improved page responsiveness

This commit is contained in:
Wruczek 2016-10-25 19:17:05 +02:00
parent f072b95a20
commit fcd3f6b142
1 changed files with 14 additions and 1 deletions

View File

@ -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 */