From 5816d32fcec786d0386a548abbcf1410259609b6 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 23 Jan 2021 17:55:29 +0100 Subject: [PATCH] =?UTF-8?q?Posazen=C3=AD=20=C4=8D=C3=ADsla=20kroku=20a=20o?= =?UTF-8?q?dsazen=C3=AD=20seznamu=20krok=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/_lists.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sass/_lists.scss b/sass/_lists.scss index 22ccd88..9a35dcc 100644 --- a/sass/_lists.scss +++ b/sass/_lists.scss @@ -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;