Skip to content

Commit

Permalink
Make top spacing consistent for html/iPad
Browse files Browse the repository at this point in the history
  • Loading branch information
codingisacopingstrategy committed Mar 1, 2015
1 parent ce8a77b commit 383ac71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/html.css
Expand Up @@ -555,7 +555,7 @@ div.navbar p a {
@media screen and (min-width: 480px) and (max-width: 1024px) {
body {
width: 100%;
padding: 20px;
padding: 80px 20px 20px 20px;
}
}

Expand Down Expand Up @@ -588,4 +588,4 @@ div.navbar p {
text-indent: 0;
}

}
}

0 comments on commit 383ac71

Please sign in to comment.