Use flex-column for schedule modal on smaller screens

This commit is contained in:
Lewis Sparlin
2023-06-30 20:39:26 -05:00
committed by Tienson Qin
parent 8bc1d19388
commit 00d3a25aaa
2 changed files with 3 additions and 3 deletions

View File

@@ -77,10 +77,10 @@ pre {
}
#time-repeater {
width: 135px;
min-width: 300px;
@screen sm {
min-width: 300px;
width: 135px;
}
}