1
4
Fork 1

Posazení čísla kroku a odsazení seznamu kroků

master
Emil Miler 3 years ago
parent fb28ad5455
commit 5816d32fce

@ -1,18 +1,20 @@
ol {
counter-reset:procedure;
list-style-type: none;
margin-bottom:4em;
margin:3em 0 4em 0;
padding:0;
li {
counter-increment:procedure;
display:flex;
margin-bottom:2.5em;
line-height:1em;
line-height:1.2em;
&:before {
content:counter(procedure)".";
display:block;
margin:0 .5em .5em 0;
display:flex;
align-items:center;
margin-right:.5em;
width:auto;
font-weight:bold;
font-size:2em;

Loading…
Cancel
Save