Use old font size for primary tags
This commit is contained in:
parent
957d3049aa
commit
2505089a41
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -652,7 +652,7 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
|
||||||
.post-card-primary-tag {
|
.post-card-primary-tag {
|
||||||
margin: 0 0 0.2em;
|
margin: 0 0 0.2em;
|
||||||
color: var(--brand);
|
color: var(--brand);
|
||||||
font-size: 1.1rem;
|
font-size: 1.2rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
Loading…
Reference in a new issue