Merge pull request #801 from sgmap/better_header

Better header display
This commit is contained in:
LeSim 2017-10-12 09:17:02 +02:00 committed by GitHub
commit c2ab960ff2

View file

@ -5,7 +5,6 @@
// FIXME: Rename when the header is generalized
.new-header {
height: 72px;
background-color: #FFFFFF;
}
@ -17,7 +16,7 @@
@extend .container;
display: flex;
justify-content: space-between;
height: 100%;
min-height: 72px;
}
.header-logo {