diff --git a/css/style.css b/css/style.css index 9fe641e..ce930b0 100644 --- a/css/style.css +++ b/css/style.css @@ -391,13 +391,13 @@ section { padding: 5rem 0; } margin-bottom: 0.35rem; } .hero-title-city { - display: inline; - font-size: 0.28em; + display: block; + font-size: 0.22em; font-weight: 400; - letter-spacing: 0.32em; + letter-spacing: 0.4em; text-transform: uppercase; color: var(--muted); - margin-left: 0.5em; + margin-top: 0.5em; } .hero-rule { width: 36px; height: 1px; background: var(--orange); margin: 1.5rem auto; }