Set linehight where it doesn't get superseded

This commit is contained in:
benjamin melançon 2019-09-22 19:45:05 -04:00
parent 6d4bb660f1
commit 18d19c86b4
2 changed files with 1 additions and 1 deletions

View file

@ -76,4 +76,5 @@
background-color: rgba($offwhite, 0.66); background-color: rgba($offwhite, 0.66);
padding: 0.4em 0.3em 0.3em 0.3em; padding: 0.4em 0.3em 0.3em 0.3em;
border-radius: 0.4em; border-radius: 0.4em;
line-height: 1.8;
} }

View file

@ -31,7 +31,6 @@
position: relative; position: relative;
overflow: visible; overflow: visible;
z-index: 10; z-index: 10;
line-height: 1.8;
} }
/* If there's no featured image, leave enough blank space for the dropping down title. */ /* If there's no featured image, leave enough blank space for the dropping down title. */