mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-30 09:14: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
|
left: 0
|
||||||
|
|
||||||
ul
|
ul
|
||||||
padding: 0 0 0 1em
|
list-style-position: inside
|
||||||
list-style-type: decimal-leading-zero
|
list-style-type: decimal-leading-zero
|
||||||
|
padding: 0 0 0 1em
|
||||||
li
|
li
|
||||||
padding-left: 1em
|
padding-left: 1em
|
||||||
line-height: 2
|
line-height: 2
|
||||||
@ -37,6 +38,9 @@ a:hover
|
|||||||
line-height: 2
|
line-height: 2
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
span
|
||||||
|
display: none
|
||||||
|
|
||||||
li:hover
|
li:hover
|
||||||
color: $color-sand
|
color: $color-sand
|
||||||
background: $color-black
|
background: $color-black
|
||||||
@ -112,17 +116,11 @@ article img
|
|||||||
border-radius: 7px
|
border-radius: 7px
|
||||||
padding: 0.4em 0.9em
|
padding: 0.4em 0.9em
|
||||||
|
|
||||||
article > ul
|
|
||||||
font-size: 1.2em
|
|
||||||
padding-left: 0
|
|
||||||
|
|
||||||
article > ul ul
|
|
||||||
padding-left: 1em
|
|
||||||
|
|
||||||
article ul
|
article ul
|
||||||
|
font-size: 1.1em
|
||||||
line-height: 1.5
|
line-height: 1.5
|
||||||
list-style-position: inside
|
|
||||||
list-style-type: square
|
list-style-type: square
|
||||||
|
padding-left: 1em
|
||||||
|
|
||||||
footer
|
footer
|
||||||
font-size: .7em
|
font-size: .7em
|
||||||
|
Loading…
x
Reference in New Issue
Block a user