diff --git a/style.css b/style.css index a8fc046..37080ab 100644 --- a/style.css +++ b/style.css @@ -185,7 +185,7 @@ a.tel { text-decoration: none; } .band.light .bridge-link a { color: var(--amber-deep); text-decoration: none; font-family: 'DM Sans', sans-serif; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; border-bottom: 1px solid currentColor; } .bridge-link { margin-top: 1.8em; } .band.light .bridge-link a.sw-logo-link { border-bottom: none; background: none; display: inline-block; line-height: 0; } -.sw-logo-link img { height: 42px; width: auto; display: block; } +.sw-logo-link img { height: 21px; width: auto; display: block; } /* Service cards */ .services { background: var(--paper); } @@ -249,7 +249,7 @@ a.tel { text-decoration: none; } .footer-links { display: flex; gap: 1rem; } .footer-links a { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.55rem; letter-spacing: 0.08em; text-transform: uppercase; color: #f7f4ef; text-decoration: none; transition: color 0.3s; } .footer-links a.footer-sw-logo { display: inline-flex; align-items: center; } -.footer-sw-logo img { height: 16px; width: auto; display: block; } +.footer-sw-logo img { height: 12px; width: auto; display: block; } .footer-links a:hover { color: #e89b1c; } .footer-copy { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.5rem; color: #f7f4ef66; letter-spacing: 0.03em; line-height: 1.4; margin: 0; } @media (max-width: 900px) {