Fix letter spacing on dropdown heroes

This commit is contained in:
mDuo13
2021-07-01 19:45:12 -07:00
parent 52f778d7ab
commit 3a6e318f58
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -80,6 +80,8 @@
flex-grow: 0; flex-grow: 0;
padding: .75rem; padding: .75rem;
margin-right: 2rem; margin-right: 2rem;
margin-top: auto;
margin-bottom: auto;
} }
p { p {
@@ -91,6 +93,9 @@
h4 { h4 {
font-size: 1.25rem; font-size: 1.25rem;
font-weight: 600;
margin-bottom: 0;
line-height: 2rem;
} }
&:hover { &:hover {