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