Set linehight where it doesn't get superseded
This commit is contained in:
parent
6d4bb660f1
commit
18d19c86b4
2 changed files with 1 additions and 1 deletions
|
@ -76,4 +76,5 @@
|
|||
background-color: rgba($offwhite, 0.66);
|
||||
padding: 0.4em 0.3em 0.3em 0.3em;
|
||||
border-radius: 0.4em;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
position: relative;
|
||||
overflow: visible;
|
||||
z-index: 10;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
/* If there's no featured image, leave enough blank space for the dropping down title. */
|
||||
|
|
Loading…
Add table
Reference in a new issue