File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 3333
3434 .content {
3535 width : 100% ;
36- min-width : 700px ;
37- max-width : 700px ;
36+ min-width : 600px ;
3837 }
3938
4039 header {
6968 }
7069}
7170
72- @media screen and (max-width : 601 px ) {
71+ @media screen and (max-width : 600 px ) {
7372 .content {
74- min-width : 601px ;
75- max-width : 601px ;
73+ min-width : 380px ;
7674 }
7775
7876 html {
9694 }
9795}
9896
99- @media screen and (max-width : 381 px ) {
97+ @media screen and (max-width : 380 px ) {
10098 .content {
101- min-width : 381px ;
102- max-width : 381px ;
99+ min-width : 240px ;
103100 }
104101
105102 .feature h2 {
106- font-size : 1.8 em ;
103+ font-size : 1.6 em ;
107104 }
108105
109106 .feature article {
126123 }
127124}
128125
129- @media screen and (max-width : 241 px ) {
126+ @media screen and (max-width : 240 px ) {
130127 .content {
131- min-width : 241px ;
132- max-width : 241px ;
128+ min-width : 240px ;
133129 }
134130
135131 html {
You can’t perform that action at this time.
0 commit comments