Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
give h1 a slight top padding to separate it more from the previous
section then from it's on section main body.
  • Loading branch information
gfldex committed Jul 8, 2016
1 parent 8701cfa commit 286320e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/sass/style.scss
Expand Up @@ -344,6 +344,10 @@ td, th {
color: black;
}
}

h1 {
padding-top: 0.25em;
}
}

.title-anchor {
Expand Down
2 changes: 2 additions & 0 deletions html/css/style.css
Expand Up @@ -286,6 +286,8 @@ td, th {
padding-top: 0; }
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
color: black; }
#content h1 {
padding-top: 0.25em; }

.title-anchor {
visibility: hidden;
Expand Down

0 comments on commit 286320e

Please sign in to comment.