Skip to content

Commit

Permalink
Add margin-bottom to main so footer has more separation
Browse files Browse the repository at this point in the history
  • Loading branch information
meglkts committed Jul 2, 2015
1 parent 891ca15 commit 2fe3d47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stylesheets/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ html{
font-family: Raleway;
background-color: #DCDCDC;
color: black;
width: 100%;
}

/*header for all pages*/
Expand Down Expand Up @@ -82,6 +83,7 @@ body{

main{
position: absolute;
padding-bottom: 10%;
}

main h1, h2, h4{
Expand Down

0 comments on commit 2fe3d47

Please sign in to comment.