Refactor examples using an unordered list

This commit is contained in:
Andrea Cardaci
2018-06-04 21:58:16 +02:00
parent 2696bc3cde
commit 7ffd50392b
2 changed files with 7 additions and 5 deletions

View File

@@ -149,8 +149,10 @@ h2, h3, h4, h5, h5 {
width: 100%;
table-layout: fixed;
counter-reset: item;
margin: 0;
padding: 0;
.example:not(:only-child) {
li:not(:only-child) {
display: table-row;
&:before {