Skip to content

Commit

Permalink
Updated layout le4ker#2
Browse files Browse the repository at this point in the history
  • Loading branch information
archeonauts committed Nov 28, 2016
1 parent 2d65bee commit 8b4520e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/post-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h4 align="left">
<strong>{{ post.title }}</strong>
</a>
<br class="visible-xs-block">
<small><a href="{{site.baseurl}}{{post.url}}#disqus_thread">Comments</a></small>
<small><a href="{{site.baseurl}}{{post.url}}#disqus_thread">Komentari</a></small>
</h4>

<!-- Post List End -->
8 changes: 4 additions & 4 deletions css/grayscale.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,11 @@ a {
}

.content-section {
margin-top: 50px;
padding-top: 50px;
margin-top: 50px; /* 100px */
padding-top: 50px; /* 100px */
@media(min-width:767px) {
margin-top: 125px;
padding-top: 125px;
margin-top: 25px; /* 125px */
padding-top: 25px; /* 125px */
}
/* Added in { Personal } for responsive images in posts and section contents */
img {
Expand Down

0 comments on commit 8b4520e

Please # to comment.