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 @@ -437,3 +437,25 @@ div[role="main"]{
437
437
}
438
438
}
439
439
}
440
+
441
+ /* Mobile */
442
+
443
+ @media (max-width : 767px ) {
444
+ #metanav {
445
+ ul {
446
+ li {
447
+ padding : 1em 0.5em !important ;
448
+ }
449
+ }
450
+ }
451
+
452
+ #filters {
453
+ min-width : inherit ;
454
+ overflow : scroll ;
455
+ }
456
+
457
+ div :has (.listing.tickets ) {
458
+ min-width : inherit ;
459
+ overflow : scroll ;
460
+ }
461
+ }
Original file line number Diff line number Diff line change
1
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
1
2
< link rel ="stylesheet " href ="${href.chrome('site/css/output.css')} " />
2
3
< link rel ="stylesheet " href ="${href.chrome('site/css/trachacks.css')} " />
3
4
<!--! uncomment for local version of webfont loader if desired. -->
You can’t perform that action at this time.
0 commit comments