style: Fix incorrect margins for containers in mobile view

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
Sunil Mohan Adapa 2020-01-02 18:29:56 -08:00 committed by Joseph Nuthalapati
parent 3a202af843
commit bf9d822943
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -601,12 +601,4 @@ a.menu_link_active {
.header-bar .toggle-button {
transform: scale(1.2);
}
.content-container {
margin: 0 10vw;
}
.card-list {
margin: 20px 10vw;
}
}