Skip to content

Commit

Permalink
Added space for .spaced elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
harrislapiroff committed May 4, 2011
1 parent ee08dd9 commit 995febb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipes/static/bendakai/css/style.css
Expand Up @@ -193,6 +193,12 @@ footer, header, hgroup, menu, nav, section {
overflow: hidden;
}

/* line 18, ../scss/_base.scss */
.spaced {
margin-top: 20px;
margin-bottom: 20px;
}

/* line 3, ../scss/pages/_front.scss */
.front #container > header > h1 {
padding: 100px 30px 10px 30px;
Expand Down
5 changes: 5 additions & 0 deletions recipes/static/bendakai/scss/_base.scss
Expand Up @@ -13,4 +13,9 @@

#container{
overflow:hidden;
}

.spaced{
margin-top:20px;
margin-bottom:20px;
}

0 comments on commit 995febb

Please sign in to comment.