monra's picture
Synced repo using 'sync_with_huggingface' Github Action
f044b10
raw
history blame
No virus
140 Bytes
.field {
display: flex;
align-items: center;
padding: 4px;
}
@media screen and (max-width: 990px) {
.field {
flex-wrap: nowrap;
}
}