File tree Expand file tree Collapse file tree 2 files changed +9
-52
lines changed Expand file tree Collapse file tree 2 files changed +9
-52
lines changed Original file line number Diff line number Diff line change 33"""
44
55from . import routes
6+
7+
8+ __all__ = ['routes' ]
Original file line number Diff line number Diff line change 77* AT MINIMUM IPAD IN LANDSCAPE MODE
88*
99*/
10- @media only screen and (min- width: 1100px ) {
10+ @media only screen and (width > = 1100px) {
1111 body {
1212 margin : 0 ;
1313 padding : 0 ;
5757
5858 .top-container-byline {
5959 margin : 0 ;
60- padding : 10px 20px 10 px 20 px ;
60+ padding : 10px 20px ;
6161 width : 55vw ;
6262 }
6363
255255* SMALLER THAN IPAD IN LANDSCAPE MODE
256256*
257257*/
258- @media only screen and (max- width: 1099 px ) {
258+ @media only screen and (width < 1100px ) {
259259 .body-screen {
260260 margin : 0 ;
261261 padding : 0 ;
369369
370370 .middle-container-right-index-screen {
371371 margin : 0 ;
372- padding : 40px 30px 40 px 30 px ;
372+ padding : 40px 30px ;
373373 height : auto;
374374 width : auto;
375375 position : static;
382382
383383 .middle-container-right-film-screen {
384384 margin : 0 ;
385- padding-top : 35px ;
386- padding-right : 30px ;
387- padding-bottom : 35px ;
388- padding-left : 30px ;
385+ padding : 35px 30px ;
389386 height : auto;
390387 width : auto;
391388 position : static;
451448 }
452449
453450 .button-title {
454- padding : 2px 2px 2px 0 px ;
451+ padding : 2px 2px 2px 0 ;
455452 background : none !important ;
456453 border : none;
457454 cursor : pointer;
496493
497494}
498495
499-
500-
501-
502-
503-
504-
505-
506-
507-
508-
509-
510-
511-
512-
513-
514-
515-
516-
517-
518-
519- .container {
520- margin : 50px 0 0 0 ;
521- padding : 50px ;
522- border-radius : 25px ;
523- background-color : white;
524-
525- }
526-
527- .text-start {
528- margin : 0 ;
529- padding : 10px 30px 10px 0 ;
530-
531- }
532-
533- .text-start a {
534- color : # 6C757D ;
535- text-decoration : none;
536- border-bottom : 1px # 6C757D dotted;
537- }
538-
539- tbody {
540- font-size : 14px ;
541- }
You can’t perform that action at this time.
0 commit comments