app: Simplify some header styling

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2020-02-18 12:22:44 -08:00 committed by James Valleroy
parent 62cf6a11e0
commit d99fd41fff
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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 {