fix the language selector overflowing on mobile
This commit is contained in:
parent
8bc0feb88b
commit
c3415ae79e
1 changed files with 5 additions and 5 deletions
|
@ -214,12 +214,12 @@ button:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.center-area {
|
.center-area {
|
||||||
|
width: 70%;
|
||||||
|
margin: 10px auto;
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
justify-content: center;
|
||||||
max-width: 35%;
|
|
||||||
margin: auto;
|
|
||||||
margin-bottom: 1%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.center-area2 {
|
.center-area2 {
|
||||||
|
|
Loading…
Reference in a new issue