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 @@ -434,3 +434,25 @@ div[role="main"]{
434
434
}
435
435
}
436
436
}
437
+
438
+ /* Mobile */
439
+
440
+ @media (max-width : 767px ) {
441
+ #metanav {
442
+ ul {
443
+ li {
444
+ padding : 1em 0.5em !important ;
445
+ }
446
+ }
447
+ }
448
+
449
+ #filters {
450
+ min-width : inherit ;
451
+ overflow : scroll ;
452
+ }
453
+
454
+ div :has (.listing.tickets ) {
455
+ min-width : inherit ;
456
+ overflow : scroll ;
457
+ }
458
+ }
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