Skip to content

Commit

Permalink
add a margin on header
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Sep 12, 2011
1 parent c1e8593 commit c67a814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions public/css/style.css
@@ -1,3 +1,7 @@
section.posts {
margin-top: 48px;
}

.post .picture {
}

Expand Down
2 changes: 1 addition & 1 deletion views/index.ejs
@@ -1,4 +1,4 @@
<section>
<section class="posts">
<div class="row">
<% for (idx in data) { %>
<% var feed = data[idx] %>
Expand Down

0 comments on commit c67a814

Please sign in to comment.