mirror of
https://git.coop/cotech/website.git
synced 2024-12-23 02:55:24 +00:00
#41 Added word-break to links to ensure they don't overlap other elements and removed unused css map file
This commit is contained in:
parent
6377580e94
commit
45bc568a05
@ -4179,7 +4179,8 @@ a {
|
||||
color: #2199e8;
|
||||
text-decoration: none;
|
||||
line-height: inherit;
|
||||
cursor: pointer; }
|
||||
cursor: pointer;
|
||||
word-break: break-all; }
|
||||
a:hover, a:focus {
|
||||
color: #1585cf; }
|
||||
a img {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user