From 0f3735bde5d5a32da2b799ba99bfe0a7f6c7e5f4 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 2 Feb 2020 10:46:40 +0100 Subject: [PATCH] =?UTF-8?q?Float=20tabulky=20ingredienc=C3=AD=20vpravo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/_tables.scss | 1 - sass/style.scss | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sass/_tables.scss b/sass/_tables.scss index 65805a8..7f449c9 100644 --- a/sass/_tables.scss +++ b/sass/_tables.scss @@ -3,7 +3,6 @@ table { border-radius:3px; background:$secondary; padding:0; - margin:0 2em 2em 0; clear:both; thead { diff --git a/sass/style.scss b/sass/style.scss index 77a8270..d320f80 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -18,6 +18,7 @@ table { float:none; width:100%; + margin:0; } } } @@ -40,8 +41,9 @@ border-radius:8px; table { - float:left; + float:right; width:45%; + margin:0 0 2em 2em; } } }