@@ -58,7 +58,7 @@ h1, h2, h3, h4, h5, h6 {
58
58
line-height : 1.7 ;
59
59
margin : 1em 0 15px ;
60
60
padding : 0 ; }
61
- @media screen and (max-width : 520 px ) {
61
+ @media screen and (max-width : 640 px ) {
62
62
h1 , h2 , h3 , h4 , h5 , h6 {
63
63
line-height : 1.4 ; } }
64
64
@@ -142,7 +142,7 @@ img {
142
142
.masthead {
143
143
padding : 20px 0 ;
144
144
border-bottom : 1px solid # eeeeee ; }
145
- @media screen and (max-width : 520 px ) {
145
+ @media screen and (max-width : 640 px ) {
146
146
.masthead {
147
147
text-align : center; } }
148
148
@@ -151,7 +151,7 @@ img {
151
151
width : 70px ;
152
152
height : 70px ;
153
153
margin-right : 15px ; }
154
- @media screen and (max-width : 520 px ) {
154
+ @media screen and (max-width : 640 px ) {
155
155
.site-avatar {
156
156
float : none;
157
157
display : block;
@@ -161,7 +161,7 @@ img {
161
161
162
162
.site-info {
163
163
float : left; }
164
- @media screen and (max-width : 520 px ) {
164
+ @media screen and (max-width : 640 px ) {
165
165
.site-info {
166
166
float : none;
167
167
display : block;
@@ -180,7 +180,7 @@ img {
180
180
margin : -5px 0 0 0 ;
181
181
color : # 666666 ;
182
182
font-size : 16px ; }
183
- @media screen and (max-width : 520 px ) {
183
+ @media screen and (max-width : 640 px ) {
184
184
.site-description {
185
185
margin : 3px 0 ; } }
186
186
@@ -189,7 +189,7 @@ nav {
189
189
margin-top : 23px ;
190
190
font-family : "Helvetica Neue" , Helvetica, Arial, sans-serif;
191
191
font-size : 18px ; }
192
- @media screen and (max-width : 520 px ) {
192
+ @media screen and (max-width : 640 px ) {
193
193
nav {
194
194
float : none;
195
195
margin-top : 9px ;
@@ -201,7 +201,7 @@ nav {
201
201
text-align : right;
202
202
font-weight : 300 ;
203
203
letter-spacing : 1px ; }
204
- @media screen and (max-width : 520 px ) {
204
+ @media screen and (max-width : 640 px ) {
205
205
nav a {
206
206
margin : 0 10px ;
207
207
color : # 4183c4 ; } }
0 commit comments