Added padding around list links
Since our internet overlord google was getting upset about links that were close together.
This commit is contained in:
parent 510693542b
commit adaaac412c
1 changed files with 8 additions and 0 deletions
| @ -314,6 +314,14 @@ ul { | |||
} | ||||
} | ||||
| ||||
@include smaller-than($l) { | ||||
ul li a, ol li a { | ||||
display: inline-block; | ||||
padding-top: .5rem; | ||||
padding-bottom: .5rem; | ||||
} | ||||
} | ||||
| ||||
ol { | ||||
list-style-type: decimal; | ||||
padding-left: $-m*1.2; | ||||
| |
Loading…
Add table
Add a link
Reference in a new issue