From 83e791d5c1853ca776fd88018070aa4d103b7ac9 Mon Sep 17 00:00:00 2001 From: Michael Bradley <9048525+TheDocTrier@users.noreply.github.com> Date: Fri, 4 Sep 2020 16:24:48 -0700 Subject: [PATCH] Add margin-bottom to theme-switcher. --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 3fc0c75..0258377 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -442,6 +442,7 @@ ul.language-select > li { font-size: 16px; border: none; margin-right: 1em; + margin-bottom: 1em; } /* Media Queries */