Commit e0f6525e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix specs

parent ac4e3cfe
...@@ -103,6 +103,7 @@ header { ...@@ -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 { ...@@ -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;
......
...@@ -58,6 +58,7 @@ header { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment