use less space for the left part of the header

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2017-01-09 14:03:13 +01:00
parent 202509251c
commit b590658221
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@
}
div.header-left {
flex: 0 0 50%;
flex: 0 0;
flex-grow: 1;
}
#header-right {