Make country input wider

This commit is contained in:
Mikko Ahlroth 2021-01-30 13:45:36 +02:00
parent ff7a74afb2
commit ff15bb7158

View file

@ -1654,3 +1654,8 @@ body > div:first-child {
font-size: 2rem;
margin: 0;
}
#country-input {
min-width: 300px;
text-align: center;
}