From d99fd41fffce07be7bda6665faebb3862c201aee Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 18 Feb 2020 12:22:44 -0800 Subject: [PATCH] app: Simplify some header styling Reviewed-by: James Valleroy --- static/themes/default/css/plinth.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index b1651ec0c..901844d32 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -543,7 +543,7 @@ a.menu_link_active { } .app-header > img { - margin-top: 25px; + margin: 25px auto 0; width: 100%; } @@ -562,11 +562,9 @@ a.menu_link_active { display: flex; flex-flow: row; justify-content: space-between; - height: 70px; } .header-bar .app-toggle-container, -.header-bar h2 { margin: auto 0; } @@ -585,7 +583,7 @@ a.menu_link_active { .app-header img { width: 150px; height: 150px; - margin: 0 auto; + margin-top: 0; } .header-bar { @@ -600,10 +598,7 @@ a.menu_link_active { } .header-bar .app-toggle-container { - display: flex; - flex-flow: row; - justify-content: center; - margin: 30px 0; + margin: 30px auto; } .header-bar .toggle-button {