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