Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
adjust margins...again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 28, 2015
1 parent fe7a001 commit 570d08c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
13 changes: 3 additions & 10 deletions assets/scss/components/_post.scss
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
.posts {
#posts-list {

padding: 0;
margin: 0;
margin: 5rem 0;

list-style-type: none;

> li {
margin-left: 1rem;
margin-bottom: 1.25rem;

&:first-child {
margin-top: 4.6875rem;
}

&:last-child {
margin-bottom: 4.6875rem;
}

> time {
float: right;
text-transform: uppercase;
Expand All @@ -30,7 +23,7 @@
}

> span > a {
bottom: 3px;
bottom: 2px;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions index.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!< default}}

<h2 class="fun-line">Writtings</h2>
<ol class="posts">
<h2 class="fun-line" style="text-align: center;">Writtings.</h2>
<ol id="posts-list">
{{#foreach posts}}
<li>
<time datetime="{{date format="DD MMM YYYY"}}">{{date format="DD MMM YYYY"}}</time>
Expand Down

0 comments on commit 570d08c

Please sign in to comment.