Refactor logo container width and remove optional comment for social hover color

This commit is contained in:
astosic 2025-08-09 13:16:41 +02:00
parent 5083ef7e3c
commit 183ff408a9

View file

@ -3296,7 +3296,6 @@ body {
.cta__social-link:hover img { .cta__social-link:hover img {
filter: invert(1); } filter: invert(1); }
/* Optional: Wenn du Social-Hover auch Orange willst, tausche oben var(--cta-primary) -> var(--cta-accent) */
/* 1) Die .logo-container bekommt 80% Breite => 10% links und 10% rechts frei */ /* 1) Die .logo-container bekommt 80% Breite => 10% links und 10% rechts frei */
.logo-container { .logo-container {
width: 80%; width: 80%;