Skip to content

Commit

Permalink
responsive post main-content
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Sep 25, 2018
1 parent 5689edf commit e94845c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app/assets/stylesheets/pages/_posts.show.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,21 @@ body.posts.show {
display: none;
}
.main-content {
padding-top: 2em;
padding-top: 7em;
padding-bottom: 2em;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: $screen-sm-min) {
.main-content {
padding-top: 2em;
padding-bottom: 2em;
padding-left: 3%;
padding-right: 3%;
}
}

.post-picture-wrapper {
padding: 2em 0;
img {
Expand Down

0 comments on commit e94845c

Please sign in to comment.