huanhoahongso3's picture
Upload 276 files
5415489 verified
raw
history blame contribute delete
223 Bytes
.field {
display: flex;
align-items: center;
padding: 10px 0;
}
.fullscreen {
display: none;
}
@media screen and (max-width: 990px) {
.field {
flex-wrap: nowrap;
}
.fullscreen {
display: flex !important;
}
}