Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Added padding for anchor tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg McKeever committed Dec 31, 2015
1 parent c99c702 commit 05b50e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/stylesheets/librato.scss
Original file line number Diff line number Diff line change
Expand Up @@ -369,4 +369,11 @@ ul {

.tocify-wrapper {
margin-top: 85px;
}

.content {
h1, h2 {
display:inline-block;
padding-top: 100px;
}
}

0 comments on commit 05b50e5

Please sign in to comment.