Skip to content

Commit

Permalink
CSS fixes for overview headings
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston committed Jul 4, 2024
1 parent f9c38a4 commit ae263e4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css.map

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions source/stylesheets/overview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
text-decoration-thickness: 1px;
text-underline-offset: 25px;
margin-bottom: 50px;
font-size: min(1.5rem, calc(1.25rem + 0.25vw));
font-size: min(1.2rem, calc(1.15rem + 0.25vw));
font-weight: 600;
line-height: 1.5rem;
}

.overview .bordered {
border-top: 2px solid $black;
padding-top: 25px;
margin-top: -25px;
margin-top: -10px;
}

@include media-breakpoint-up(md) {
Expand All @@ -60,6 +60,10 @@
}

.overview .inner {
margin-left: 60px;
margin-left: 30px;
}
}

.card-body {
padding: 0 !important;
}

0 comments on commit ae263e4

Please sign in to comment.