[Fix #251] Fix landing page design on mobile (and add responsive)

This commit is contained in:
Mathieu Magnin 2017-05-17 18:06:25 +02:00 committed by gregoirenovel
parent d00b5b5ac3
commit 14bfda2e26
8 changed files with 162 additions and 96 deletions

View file

@ -1,6 +1,7 @@
@import "constants";
@import "colors";
@import "mixins";
@import "placeholders";
// FIXME: Rename when the header is generalized
.new-header {
@ -13,8 +14,9 @@
}
.header-inner-content {
width: $page-width;
margin: 0 auto;
@extend %page-width-container;
display: flex;
justify-content: space-between;
}
.header-logo {