Header: better display

This commit is contained in:
Simon Lehericey 2017-10-09 11:46:51 +02:00
parent 95236294e4
commit 965c9f9bf4

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 {