From 2b26b1aef4b06216ba285764863f3c883eddfb0c Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 2 Feb 2020 10:48:39 +0100 Subject: [PATCH] =?UTF-8?q?Bottom-margin=20u=20tabulky=20p=C5=99i=20100%?= =?UTF-8?q?=20=C5=A1=C3=AD=C5=99ky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index d320f80..b708b5c 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -18,7 +18,7 @@ table { float:none; width:100%; - margin:0; + margin:0 0 2em 0; } } }