File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -408,3 +408,25 @@ div[role="main"]{
408408 }
409409 }
410410}
411+
412+ /* Mobile */
413+
414+ @media (max-width : 767px ) {
415+ #metanav {
416+ ul {
417+ li {
418+ padding : 1em 0.5em !important ;
419+ }
420+ }
421+ }
422+
423+ #filters {
424+ min-width : inherit ;
425+ overflow : scroll ;
426+ }
427+
428+ div :has (.listing.tickets ) {
429+ min-width : inherit ;
430+ overflow : scroll ;
431+ }
432+ }
Original file line number Diff line number Diff line change 44 < head py:match ="head " py:attrs ="select('@*') ">
55 ${select('*|comment()|text()')}
66
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
78 < link rel ="stylesheet " href ="${href.chrome('site/css/output.css')} " />
89 < link rel ="stylesheet " href ="${href.chrome('site/css/trachacks.css')} " />
910 <!--! uncomment for local version of webfont loader if desired. -->
You can’t perform that action at this time.
0 commit comments