|
|
@ -597,25 +597,32 @@ hr{ |
|
|
|
|
|
|
|
@media screen and (max-width: 960px) { |
|
|
|
|
|
|
|
.about .profile{ |
|
|
|
.content { |
|
|
|
width:100%; |
|
|
|
z-index: 2; |
|
|
|
position: absolute; |
|
|
|
left:0; |
|
|
|
} |
|
|
|
.profile{ |
|
|
|
width:100%; |
|
|
|
margin:0 auto; |
|
|
|
padding:0; |
|
|
|
text-align:center; |
|
|
|
display:block; |
|
|
|
} |
|
|
|
.about .profile .profile-left{ |
|
|
|
.profile-left{ |
|
|
|
display:inline-block; |
|
|
|
margin:0 auto; |
|
|
|
padding: 0; |
|
|
|
width:100%; |
|
|
|
text-align:center; |
|
|
|
} |
|
|
|
.about .profile .profile-left img{ |
|
|
|
.profile-left img{ |
|
|
|
padding: 0px; |
|
|
|
margin-right:0px; |
|
|
|
margin: 10px; |
|
|
|
} |
|
|
|
.about .profile .profile-right{ |
|
|
|
.profile-right{ |
|
|
|
display:block; |
|
|
|
width:100%; |
|
|
|
text-align:center; |
|
|
@ -644,13 +651,6 @@ hr{ |
|
|
|
padding:0 5px; |
|
|
|
} |
|
|
|
|
|
|
|
.content { |
|
|
|
width:90%; |
|
|
|
z-index: 2; |
|
|
|
position: absolute; |
|
|
|
left:0; |
|
|
|
} |
|
|
|
|
|
|
|
.about, .post, .archive, .content, .stream{ |
|
|
|
width:90%; |
|
|
|
margin:0 auto; |
|
|
|