[Fix #251] Fix landing page design on mobile (and add responsive)
This commit is contained in:
parent
d00b5b5ac3
commit
14bfda2e26
8 changed files with 162 additions and 96 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue