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 {
|
||||
width: 70%;
|
||||
margin: 10px auto;
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
max-width: 35%;
|
||||
margin: auto;
|
||||
margin-bottom: 1%;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.center-area2 {
|
||||
|
|
Loading…
Reference in a new issue