Improve formatting for pronouns

Decrease font size and guarantee spacing on the right.
This commit is contained in:
Ian Adam Naval 2021-09-24 21:15:46 -04:00
parent db08d9afb8
commit 4ef8bc11f1

View File

@ -35,6 +35,7 @@
line-height: 28px;
letter-spacing: -1px;
margin-bottom: 0;
margin-right: $spacing-unit;
float: left;
&:hover {
@ -47,6 +48,10 @@
color: $grey-color-dark;
}
}
.pronouns {
font-size: 14px;
}
}
.site-nav {