diff --git a/css/style.css b/css/style.css index 934b0e1..9fe641e 100644 --- a/css/style.css +++ b/css/style.css @@ -93,13 +93,16 @@ h3 { font-size: clamp(1rem, 2vw, 1.3rem); } font-weight: 800; letter-spacing: 0.12em; color: var(--text); + display: flex; + flex-direction: column; + line-height: 1.15; } .nav-brand-city { - font-size: 0.75em; + font-size: 0.72em; font-weight: 400; - letter-spacing: 0.08em; + letter-spacing: 0.2em; + text-transform: uppercase; color: var(--muted); - margin-left: 0.3em; } .nav-links { display: flex; align-items: center; } @@ -668,8 +671,8 @@ section { padding: 5rem 0; } .footer-brand { display: flex; align-items: center; gap: 0.65rem; margin-bottom: 0.5rem; } .footer-brand img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; } -.footer-brand-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.12em; color: var(--text); } -.footer-brand-city { font-size: 0.75em; font-weight: 400; letter-spacing: 0.08em; color: var(--muted); margin-left: 0.3em; } +.footer-brand-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.12em; color: var(--text); display: flex; flex-direction: column; line-height: 1.15; } +.footer-brand-city { font-size: 0.72em; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); } .footer-tagline { color: var(--muted); font-size: 0.72rem; } .footer-nav { display: flex; flex-direction: column; gap: 0.5rem; align-items: center; }