Updated schedule post responsiveness

This commit is contained in:
mgabdev
2019-09-18 21:15:17 -04:00
parent f151ce9844
commit 1f7432bb73
2 changed files with 7 additions and 1 deletions

View File

@@ -5271,7 +5271,12 @@ noscript {
border: 1px solid #ccc;
line-height: 22px;
padding-left: 6px;
width: 165px;
width: 165px;
@media (max-width: 580px) {
width: 146px;
font-size: 10px;
}
}
.react-datepicker-popper {