From bf9d8229437ca7ee030bae61acccea7867792522 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 2 Jan 2020 18:29:56 -0800 Subject: [PATCH] style: Fix incorrect margins for containers in mobile view Signed-off-by: Sunil Mohan Adapa Reviewed-by: Joseph Nuthalapati --- static/themes/default/css/plinth.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index ff4d19969..ef0f304c6 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -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; - } }