Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sang Won Seo committed Nov 25, 2014
2 parents 2125d76 + 45d18c6 commit b1c21f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/posts.css.scss
Expand Up @@ -106,6 +106,11 @@
padding: 0px 10px;
background-color: $grey-white;

.row {
padding-left: 0px;
padding-right: 0px;
}

h3 {
font-size: 42px !important;
color: $dark-grey;
Expand Down
7 changes: 7 additions & 0 deletions app/assets/stylesheets/z_media.css.scss
@@ -0,0 +1,7 @@
@media only screen and (max-width: 40em) {
.post-content {
p {
font-size: 1.3em;
}
}
}

0 comments on commit b1c21f3

Please sign in to comment.