Small CSS update - improved page responsiveness
This commit is contained in:
parent
f072b95a20
commit
fcd3f6b142
|
@ -24,13 +24,26 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.pullright {
|
.pullright {
|
||||||
float: right
|
float: right !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pullright .fa {
|
.pullright .fa {
|
||||||
margin-right: 0px
|
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 */
|
/* STATUS */
|
||||||
|
|
Loading…
Reference in New Issue