forecast/components/Search.module.css
2021-09-22 17:57:58 +03:00

19 lines
307 B
CSS

.input {
margin-bottom: 20px;
height: 40px;
border: none;
padding: 0 10px;
color: #303030;
font-size: 20px;
text-align: right;
border-radius: 10px;
font-family: "Varela Round", sans-serif;
font-size: 18px;
}
@media only screen and (max-width: 520px) {
.input {
width: 100%;
}
}