Fixed issue with menu links breaking in the header

This commit is contained in:
Stephen Cox 2019-04-26 13:16:57 +01:00
parent cfb5a106af
commit cd09cb2ec6
2 changed files with 4 additions and 3 deletions

View File

@ -4179,8 +4179,7 @@ a {
color: #2199e8;
text-decoration: none;
line-height: inherit;
cursor: pointer;
word-break: break-all; }
cursor: pointer;}
a:hover, a:focus {
color: #1585cf; }
a img {
@ -6890,6 +6889,9 @@ h5#join-us {
.coop .client-thumb-container:hover .client-thumb-header, .coop .client-thumb-container:focus .client-thumb-header {
color: #000000; }
.coop a {
word-break: break-all;
}
/* ---------------------------------------- SERVICE/TECHNOLOGY ---------------------------------------- */
.service #page-banner,
.technology #page-banner {

File diff suppressed because one or more lines are too long