We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542bae9 commit d3480f0Copy full SHA for d3480f0
css/style.css
@@ -325,6 +325,10 @@ html[lang="fr"] [data-lang="en"] {
325
width: auto;
326
}
327
328
+.trusted__logo--wide svg {
329
+ height: 50px;
330
+}
331
+
332
/* ==========================================
333
SERVICES
334
========================================== */
@@ -504,6 +508,15 @@ html[lang="fr"] [data-lang="en"] {
504
508
border-top: 1px solid var(--color-light);
505
509
506
510
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
507
520
521
SCROLL ANIMATIONS
522
0 commit comments