Untitled

 avatar
unknown
plain_text
4 months ago
269 B
2
Indexable
/*START - add padding under change time on mobile/tablet view*/
@media (orientation:portrait) and (min-width:768px) and (max-width:1024px) {
    .schedule__form {
        margin-bottom:60px!important;
    }
}
/*END - add padding under change time on tablet view*/
Editor is loading...
Leave a Comment