Skip to content

Commit d3480f0

Browse files
Update customers logo
1 parent 542bae9 commit d3480f0

File tree

2 files changed

+49
-19
lines changed

2 files changed

+49
-19
lines changed

css/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,10 @@ html[lang="fr"] [data-lang="en"] {
325325
width: auto;
326326
}
327327

328+
.trusted__logo--wide svg {
329+
height: 50px;
330+
}
331+
328332
/* ==========================================
329333
SERVICES
330334
========================================== */
@@ -504,6 +508,15 @@ html[lang="fr"] [data-lang="en"] {
504508
border-top: 1px solid var(--color-light);
505509
}
506510

511+
.footer__link {
512+
color: var(--color-muted);
513+
transition: color var(--transition);
514+
}
515+
516+
.footer__link:hover {
517+
color: var(--color-accent);
518+
}
519+
507520
/* ==========================================
508521
SCROLL ANIMATIONS
509522
========================================== */

0 commit comments

Comments
 (0)