#books-list .plain-list-container .plain-list {
p {
- line-height: 1em;
+ line-height: 1.2em;
+ margin-bottom: 20px;
&.header {
font-weight: bold;
}
@include size(margin-right, 3.71px);
vertical-align: middle;
font-weight: normal;
+ // ugly quick fix
+ position: relative;
+ bottom: 2px;
}
}