|
|
@ -596,13 +596,18 @@ hr{ |
|
|
|
} |
|
|
|
|
|
|
|
@media screen and (max-width: 960px) { |
|
|
|
|
|
|
|
.content { |
|
|
|
width:100%; |
|
|
|
z-index: 2; |
|
|
|
position: absolute; |
|
|
|
left:0; |
|
|
|
} |
|
|
|
.post, .archive, .content, .stream{ |
|
|
|
width:90%; |
|
|
|
margin:0 auto; |
|
|
|
} |
|
|
|
.about { |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
.profile{ |
|
|
|
width:100%; |
|
|
|
margin:0 auto; |
|
|
@ -629,14 +634,12 @@ hr{ |
|
|
|
float:none; |
|
|
|
margin:0 auto; |
|
|
|
} |
|
|
|
|
|
|
|
.page-top { |
|
|
|
width: 95%; |
|
|
|
padding: 10px 0; |
|
|
|
} |
|
|
|
.page-top .nav{ |
|
|
|
width: 70%; |
|
|
|
|
|
|
|
} |
|
|
|
.page-top .nav #Bookmarks{ |
|
|
|
display:none; |
|
|
@ -651,11 +654,6 @@ hr{ |
|
|
|
padding:0 5px; |
|
|
|
} |
|
|
|
|
|
|
|
.about, .post, .archive, .content, .stream{ |
|
|
|
width:90%; |
|
|
|
margin:0 auto; |
|
|
|
} |
|
|
|
|
|
|
|
.content img, .post img{ |
|
|
|
width: 90%; |
|
|
|
margin: 10px; |
|
|
|