3-column panels become 1-column below 1000px width

8952b93560f5e7d0b6a6c25edcbdf2b7992928c7

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +2 -1Showing whitespace changes
public/css/mobile-styles.css+2 -1
@@ -1,12 +1,13 @@
11/*will apply to anything 1000px or less. this catches ipads, horizontal phones, and vertical phones)*/
22@media screen and (max-width: 1000px) {
3+
34 #UI-Theme-Block,
45 #UI-Customization,
56 #power-user-options-block,
67 #ContextSettings,
78 #InstructSettingsColumn,
89 #InstructSequencesColumn {
910 flex-basis: auto100%;
1011 }
1112
1213