mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-29 16:54:12 +02:00
Improve list styling
The font was too small, the bullets too indented.
This commit is contained in:
parent
b4e29c634c
commit
5347b92dba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user