Improve list styling

The font was too small, the bullets too indented.
This commit is contained in:
Olivier Lacan 2017-04-27 12:08:41 -07:00
parent b4e29c634c
commit 5347b92dba

View File

@ -27,8 +27,9 @@ a:hover
left: 0
ul
padding: 0 0 0 1em
list-style-position: inside
list-style-type: decimal-leading-zero
padding: 0 0 0 1em
li
padding-left: 1em
line-height: 2
@ -37,6 +38,9 @@ a:hover
line-height: 2
display: none
span
display: none
li:hover
color: $color-sand
background: $color-black
@ -112,17 +116,11 @@ article img
border-radius: 7px
padding: 0.4em 0.9em
article > ul
font-size: 1.2em
padding-left: 0
article > ul ul
padding-left: 1em
article ul
font-size: 1.1em
line-height: 1.5
list-style-position: inside
list-style-type: square
padding-left: 1em
footer
font-size: .7em