OC: shrink cross-brand SW logos - footer 16->12px, bridge 42->21px.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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; }
|
.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; }
|
.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; }
|
.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 */
|
/* Service cards */
|
||||||
.services { background: var(--paper); }
|
.services { background: var(--paper); }
|
||||||
@@ -249,7 +249,7 @@ a.tel { text-decoration: none; }
|
|||||||
.footer-links { display: flex; gap: 1rem; }
|
.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 { 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-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-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; }
|
.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) {
|
@media (max-width: 900px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user