Remove %page-width-container from header

This commit is contained in:
Mathieu Magnin 2017-07-06 13:47:19 +02:00
parent 180044acff
commit b022649699

View file

@ -1,7 +1,7 @@
@import "constants";
@import "colors";
@import "common";
@import "constants";
@import "mixins";
@import "placeholders";
// FIXME: Rename when the header is generalized
.new-header {
@ -14,7 +14,7 @@
}
.header-inner-content {
@extend %page-width-container;
@extend .container;
display: flex;
justify-content: space-between;
height: 100%;