mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-22 22:52:57 +05:30
fix the language selector overflowing on mobile
This commit is contained in:
parent
8bc0feb88b
commit
c3415ae79e
@ -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 New Issue
Block a user