File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -408,3 +408,25 @@ div[role="main"]{
408
408
}
409
409
}
410
410
}
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 4
4
< head py:match ="head " py:attrs ="select('@*') ">
5
5
${select('*|comment()|text()')}
6
6
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
8
< link rel ="stylesheet " href ="${href.chrome('site/css/output.css')} " />
8
9
< link rel ="stylesheet " href ="${href.chrome('site/css/trachacks.css')} " />
9
10
<!--! uncomment for local version of webfont loader if desired. -->
@@ -172,7 +173,6 @@ <h2>Follow Us</h2>
172
173
</ div >
173
174
</ div >
174
175
175
-
176
176
< script data-main ="${href.chrome('site/js/main.js')} " src ="${href.chrome('site/js/lib/require.js')} "> </ script >
177
177
</ body >
178
178
</ html >
You can’t perform that action at this time.
0 commit comments