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 {