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:
parent
7295bb942d
commit
533ad231f7
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue