From ed88faa5a5afd8c4e71a022d95e29e3039172a65 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 17 Feb 2021 17:36:15 +0100 Subject: [PATCH] =?UTF-8?q?V=C3=BD=C5=A1ka=20=C5=99=C3=A1dku=201.5=20v=20p?= =?UTF-8?q?aragrafech=20i=20seznamech?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index a8d5f13..eb5ee50 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -129,14 +129,12 @@ main { h1 { font-size: 2em } h2 { font-size: 1.6em } h3 { font-size: 1.2em } - p { - line-height: 1.5; - margin: 1em 0; - } ul { list-style: disc; margin-left: 1em; } + p { margin: 1em 0 } + p, ul { line-height: 1.5 } a { font-weight: bold } a:hover { text-decoration: underline }