mirror of
https://git.coop/cotech/website.git
synced 2024-11-21 22:33:05 +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;
|
||||
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
Loading…
Reference in New Issue
Block a user