Header: better display
This commit is contained in:
parent
95236294e4
commit
965c9f9bf4
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue