Skip to content

Commit 66b8b7c

Browse files
committed
Increase h1 title size on desktop
1 parent c6baf24 commit 66b8b7c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

great_docs/assets/great-docs.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ h1.title {
5454
font-weight: 600 !important;
5555
}
5656

57+
// Title headings get a larger font size on desktop
58+
@media (min-width: 992px) {
59+
h1.title, .title.h1 {
60+
font-size: 2.3rem;
61+
}
62+
}
63+
5764
// Remove h2 underline (Quarto/Bootstrap adds border-bottom to h2 elements)
5865
h2, .h2 {
5966
border-bottom: none;

0 commit comments

Comments
 (0)