Skip to content

Commit

Permalink
Merge pull request #21 from hasanyasin/master
Browse files Browse the repository at this point in the history
Fix headers overlapping content above
  • Loading branch information
Kelimion authored Jul 30, 2023
2 parents d26b890 + d281435 commit 5b789f0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

html {
scroll-behavior: auto;
scroll-padding-top: 59px;
}

table.directory {
Expand Down Expand Up @@ -134,6 +135,15 @@ section.documentation h3 {
font-size: calc(1.1rem + .2vw);
}

section.documentation h1,
section.documentation h2,
section.documentation h3,
section.documentation h4,
section.documentation h5 {
margin-top: 0;
padding-top: 1.5rem;
}

.pkg-index h3 {
margin-top: 0 !important;
padding-top: 0 !important;
Expand Down Expand Up @@ -416,4 +426,4 @@ h1.odin-package-header {
#odin-search-time, #odin-search-options {
flex: 100%;
}
}
}

0 comments on commit 5b789f0

Please sign in to comment.