fix the language selector overflowing on mobile

This commit is contained in:
Arya Kiran 2024-05-24 10:43:28 +05:30
parent 8bc0feb88b
commit c3415ae79e
No known key found for this signature in database
GPG key ID: 842D12BDA50DF120

View file

@ -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 {