From 65d1589b2256b660767449266bc5fa1d0ed90a64 Mon Sep 17 00:00:00 2001 From: Goutte Date: Thu, 5 Apr 2018 14:37:43 +0200 Subject: [PATCH] Fix the margins of the plot buttons. --- web/view/home.html.jinja2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/view/home.html.jinja2 b/web/view/home.html.jinja2 index 6d49932..25bed1b 100755 --- a/web/view/home.html.jinja2 +++ b/web/view/home.html.jinja2 @@ -232,10 +232,10 @@ .plots-buttons { text-align: center; - margin: 3em auto; + margin: 0 auto; } .plots-buttons button { - margin: auto 1em; + margin: 1em 1em; } #time_series svg { -- libgit2 0.21.2