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

Loading…
Cancel
Save