From 73db70c75fcfc49e6cf51e9edb9f3ccb782b0b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info> Date: Thu, 21 Apr 2016 15:43:07 +0200 Subject: [PATCH] Add bottom margin to tables Fixes #45 --- theme/sass/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/sass/style.scss b/theme/sass/style.scss index aa952ad0..2bd1372e 100644 --- a/theme/sass/style.scss +++ b/theme/sass/style.scss @@ -225,7 +225,7 @@ nav.subnav li { table { max-width: $p-max-width; padding: .5rem 0rem; - margin: 0 auto; + margin: 0 auto 1rem auto; } h2 { -- GitLab