Improve example alternatives items

This commit is contained in:
Andrea Cardaci 2018-05-29 21:55:46 +02:00
parent e2433843b5
commit 2975d813d2

View File

@ -156,7 +156,8 @@ h2, h3, h4, h5, h5 {
&:before {
display: table-cell;
font-size: 0.8rem;
width: 2em;
font-weight: bold;
width: 3em;
text-align: center;
counter-increment: item;
content: "(" counter(item, lower-alpha) ")";