0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

💅🏼 Reduce meta description word count font-size (#757)

closes TryGhost/Ghost#8552

Reduce the `font-size` per `0.5rem` so it'll fit within the `700px` `max-width` of the parent container even with three numbers in word count.
This commit is contained in:
Aileen Nowak 2017-06-22 16:53:24 +07:00 committed by John O'Nolan
parent 7295bb942d
commit 533ad231f7

View file

@ -65,7 +65,7 @@ input {
.form-group p {
margin: 4px 0 0 0;
color: var(--midgrey);
font-size: 1.3rem;
font-size: 1.25rem;
}
.form-group h3 {