Untitled
Anonymous
plain_text
12/17/2024 11:35 PM
360 B
9
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