fix some issues with @terakilobyte and beautify the camper news index view

This commit is contained in:
Quincy Larson
2015-04-30 14:55:00 -07:00
parent 164411e2c4
commit cc13b325d6
10 changed files with 71 additions and 84 deletions

View File

@@ -930,11 +930,17 @@ iframe.iphone {
.story-headline {
font-size: 20px;
@media (max-width: 767px) {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
margin-left: 14px;
margin-top: -5px;
}
.story-byline {
margin-top: 5px;
font-size: 14px;
}
.media-stories {
margin-left: 20px;
}
#reply-to-main-post, #upvote {
@@ -979,7 +985,7 @@ iframe.iphone {
border-radius: 5px;
width: 100%;
@media (max-width: 768px) {
margin-top: 5px;
margin-right: 5px;
}
}