Skip to content

Commit

Permalink
Increase padding of sections pointed by nav
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalkr132 committed Feb 16, 2016
1 parent bfb17ca commit 3d5a513
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/landing-page.css
Expand Up @@ -100,6 +100,10 @@ h6 {
letter-spacing: 2px;
}

#about, #mentor {
padding: 40px 0 20px;
}

section {
padding: 20px 0 20px;
}
Expand Down

0 comments on commit 3d5a513

Please sign in to comment.