We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd806d commit 727151bCopy full SHA for 727151b
site/layouts/learn/learn-home.html
@@ -2,7 +2,7 @@
2
<div class="d-flex container-fluid learn py-5">
3
<div class="learn-page">
4
<article>
5
- <h1 class="display-3 w-75">
+ <h1 class="mega-heading">
6
{{ if .Params.displayTitle}}
7
{{.Params.displayTitle}}
8
{{else}}
src/scss/_learn.scss
@@ -532,6 +532,13 @@
532
}
533
534
535
+ .mega-heading {
536
+ font-size: 3.65rem;
537
+ font-weight: 600;
538
+ line-height: 1.6;
539
+ width: 75%;
540
+ }
541
+
542
@include media-breakpoint-down(md) {
543
.learn-page {
544
padding: .5rem;
@@ -611,6 +618,11 @@
611
618
612
619
613
620
621
622
623
+ width: 100%;
624
+ font-size: 2rem;
625
614
626
615
627
616
628
@include media-breakpoint-down(sm) {
0 commit comments