Fix specs

This commit is contained in:
Annabel Dunstone Gray 2017-10-02 08:32:13 -07:00
parent ac4e3cfee3
commit e0f6525efe
No known key found for this signature in database
GPG key ID: 7C8C78A372AD7A2D
2 changed files with 6 additions and 0 deletions

View file

@ -103,6 +103,7 @@ header {
} }
.header-content { .header-content {
display: -webkit-flex;
display: flex; display: flex;
position: relative; position: relative;
min-height: $header-height; min-height: $header-height;
@ -143,6 +144,7 @@ header {
} }
.title-container { .title-container {
display: -webkit-flex;
display: flex; display: flex;
-webkit-align-items: stretch; -webkit-align-items: stretch;
align-items: stretch; align-items: stretch;

View file

@ -58,6 +58,7 @@ header {
.navbar-nav { .navbar-nav {
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
display: -webkit-flex;
display: flex; display: flex;
padding-right: 10px; padding-right: 10px;
} }
@ -178,6 +179,7 @@ header {
} }
> a { > a {
display: -webkit-flex;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -214,6 +216,7 @@ header {
} }
.breadcrumbs { .breadcrumbs {
display: -webkit-flex;
display: flex; display: flex;
min-height: 48px; min-height: 48px;
color: $gl-text-color; color: $gl-text-color;
@ -293,6 +296,7 @@ header {
} }
.breadcrumbs-extra { .breadcrumbs-extra {
display: -webkit-flex;
display: flex; display: flex;
flex: 0 0 auto; flex: 0 0 auto;
margin-left: auto; margin-left: auto;