Fixes #3133 - Header links are not responsive

This commit is contained in:
Mantas 2021-06-04 16:57:16 +03:00 committed by Thorsten Eckel
parent f1ade018fc
commit 8522a752db
2 changed files with 11 additions and 1 deletions

View file

@ -251,6 +251,11 @@ b {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.menu {
justify-content: flex-end;
margin-right: -1em;
}
} }
.logo { .logo {
@ -276,7 +281,7 @@ b {
-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: rgba(0,0,0,0);
display: flex; display: flex;
align-items: center; align-items: center;
margin-right: -1em; flex-wrap: wrap;
font-size: 14px; font-size: 14px;
&-item { &-item {
@ -1012,6 +1017,10 @@ b {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.menu {
justify-content: center;
}
} }
.language-picker { .language-picker {

View file

@ -2633,6 +2633,7 @@ input.has-error {
&-container { &-container {
display: flex; display: flex;
flex-wrap: wrap;
justify-content: flex-end; justify-content: flex-end;
border: 1px solid hsl(213,14%,91%); border: 1px solid hsl(213,14%,91%);