File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 22 width : 54em ; /* 864px @ 16px */
33 margin-left : auto;
44 margin-right : auto;
5+ padding : 1em ;
6+ }
7+
8+ /* Mobile Portrait CSS */
9+ /* @media all and (max-device-width: 320px) and (orientation:portrait) */
10+ @media all and (max-width : 320px ) {
11+ body {
12+ width : 20em ; /* 320px @ 16px */
13+ padding : 0 ;
14+ margin-left : 0 ;
15+ margin-right : 0 ;
16+ }
517}
618
719/* Mobile Landscape CSS */
8- @media all and (max-device-width : 480px ) and (orientation : portrait) {
20+ /* @media all and (max-device-width: 480px) and (orientation:landscape) */
21+ @media all and (min-width : 321px ) and (max-width : 480px ) {
922 body {
10- width : 22.375em ; /* 358px @ 16px */
23+ width : 30em ; /* 480px @ 16px */
24+ padding : 0 ;
25+ margin-left : 0 ;
26+ margin-right : 0 ;
1127 }
12- }
28+ }
Original file line number Diff line number Diff line change 33
44body {
55 font-family : Verdana, Arial, sans-serif;
6- padding : 1em ;
76 line-height : 1.5em ; /* 24px @ 16px */
87}
98a : link {
You can’t perform that action at this time.
0 commit comments