Add margin-bottom to theme-switcher.

This commit is contained in:
Michael Bradley 2020-09-04 16:24:48 -07:00
parent 95e5785c72
commit 83e791d5c1

View File

@ -442,6 +442,7 @@ ul.language-select > li {
font-size: 16px; font-size: 16px;
border: none; border: none;
margin-right: 1em; margin-right: 1em;
margin-bottom: 1em;
} }
/* Media Queries */ /* Media Queries */