From b78d2210e0e141e68690c06806e3dd66a4517ab1 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 28 Apr 2020 17:22:12 +0200 Subject: [PATCH] =?UTF-8?q?Zarovn=C3=A1n=C3=AD=20textu=20do=20bloku=20pouz?= =?UTF-8?q?e=20u=20odstavc=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sass/style.scss b/sass/style.scss index 060fb07..8a28fd8 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -109,7 +109,8 @@ body { #main { padding: 1.5em; line-height: 1.5em; - text-align: justify; + + p { text-align: justify; } a { color: $primary; @@ -122,13 +123,11 @@ body { h2, h3, h4, h5, h6, .title { margin: 2em 0 1em 0; - text-align: left; } table { border: 1px solid #ccc; border-collapse: collapse; - text-align: left; thead { border-bottom: 3px double #ccc;