mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-22 23:12:58 +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 {
|
.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 New Issue
Block a user