From dac6259928cc4118c0b127f3530ddc2c4b480b43 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 7 Dec 2019 13:33:49 -0500 Subject: [PATCH] themes: css whitespace minor fixes Signed-off-by: James Valleroy --- static/themes/default/css/plinth.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index ee2ed7702..ff4d19969 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -595,7 +595,7 @@ a.menu_link_active { display: flex; flex-flow: row; justify-content: center; - margin: 30px 0; + margin: 30px 0; } .header-bar .toggle-button { @@ -609,4 +609,4 @@ a.menu_link_active { .card-list { margin: 20px 10vw; } -} \ No newline at end of file +}