Spaces:
Sleeping
Sleeping
File size: 140 Bytes
f2e1fcb |
1 2 3 4 5 6 7 8 9 10 11 12 |
.field {
display: flex;
align-items: center;
padding: 4px;
}
@media screen and (max-width: 990px) {
.field {
flex-wrap: nowrap;
}
}
|