Fixes #3133 - Header links are not responsive
This commit is contained in:
parent
f1ade018fc
commit
8522a752db
2 changed files with 11 additions and 1 deletions
|
@ -251,6 +251,11 @@ b {
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.menu {
|
||||
justify-content: flex-end;
|
||||
margin-right: -1em;
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -276,7 +281,7 @@ b {
|
|||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: -1em;
|
||||
flex-wrap: wrap;
|
||||
font-size: 14px;
|
||||
|
||||
&-item {
|
||||
|
@ -1012,6 +1017,10 @@ b {
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.menu {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
.language-picker {
|
||||
|
|
|
@ -2633,6 +2633,7 @@ input.has-error {
|
|||
|
||||
&-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-end;
|
||||
border: 1px solid hsl(213,14%,91%);
|
||||
|
||||
|
|
Loading…
Reference in a new issue