fix the language selector overflowing on mobile
All checks were successful
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Successful in 26m52s
mozhi pipeline / Build and publish artifacts (push) Successful in 1h12m0s

This commit is contained in:
Arya 2024-05-24 10:43:28 +05:30
parent 8bc0feb88b
commit c3415ae79e
Signed by: arya
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 {