themes: css whitespace minor fixes

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-12-07 13:33:49 -05:00
parent 52a9673f69
commit dac6259928
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -595,7 +595,7 @@ a.menu_link_active {
display: flex; display: flex;
flex-flow: row; flex-flow: row;
justify-content: center; justify-content: center;
margin: 30px 0; margin: 30px 0;
} }
.header-bar .toggle-button { .header-bar .toggle-button {
@ -609,4 +609,4 @@ a.menu_link_active {
.card-list { .card-list {
margin: 20px 10vw; margin: 20px 10vw;
} }
} }