mirror of
https://git.coop/cotech/website.git
synced 2024-11-22 06:33:07 +00:00
Fixed issue with menu links breaking in the header
This commit is contained in:
parent
cfb5a106af
commit
cd09cb2ec6
@ -4179,8 +4179,7 @@ a {
|
|||||||
color: #2199e8;
|
color: #2199e8;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;}
|
||||||
word-break: break-all; }
|
|
||||||
a:hover, a:focus {
|
a:hover, a:focus {
|
||||||
color: #1585cf; }
|
color: #1585cf; }
|
||||||
a img {
|
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 {
|
.coop .client-thumb-container:hover .client-thumb-header, .coop .client-thumb-container:focus .client-thumb-header {
|
||||||
color: #000000; }
|
color: #000000; }
|
||||||
|
|
||||||
|
.coop a {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
/* ---------------------------------------- SERVICE/TECHNOLOGY ---------------------------------------- */
|
/* ---------------------------------------- SERVICE/TECHNOLOGY ---------------------------------------- */
|
||||||
.service #page-banner,
|
.service #page-banner,
|
||||||
.technology #page-banner {
|
.technology #page-banner {
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user