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