diff --git a/src/styles/d-title.css b/src/styles/d-title.css index 894687a..62647d0 100644 --- a/src/styles/d-title.css +++ b/src/styles/d-title.css @@ -14,29 +14,23 @@ d-title h1 { grid-column: text; font-size: 40px; font-weight: 700; - line-height: 1.05em; - margin: 0 0 1rem; + line-height: 1.1em; + margin: 0 0 0.5rem; } @media(min-width: 768px) { d-title h1 { - font-size: 60px; + font-size: 50px; } } d-title p { font-weight: 300; font-size: 1.2rem; - line-height: 1.7em; + line-height: 1.55em; grid-column: text; } -@media(min-width: 768px) { - d-title p { - font-size: 1.5rem; - } -} - d-title .status { margin-top: 0px; font-size: 12px;