Fix headings; work on features page

This commit is contained in:
Matthew Holt 2023-10-01 12:57:19 -06:00 committed by Francis Lavoie
parent 2b7a952093
commit 85df03bfad
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
6 changed files with 102 additions and 18 deletions

View file

@ -18,7 +18,7 @@ h1 {
line-height: .9;
margin-bottom: 1em;
background: linear-gradient(to right, #47E27C 25%, #4ED3FB 75%);
background-image: linear-gradient(to right, #47E27C 25%, #4ED3FB 75%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
@ -28,12 +28,15 @@ h1 .subheading {
margin: 2em auto 0;
margin-top: 2em;
text-transform: none;
color: #b1fffe;
font-size: 42px;
font-weight: normal;
line-height: 1.3;
font-family: Figtree;
max-width: 850px;
--subheading-color: #b1fffe;
color: var(--subheading-color);
-webkit-text-fill-color: var(--subheading-color);
}
h1 .subheading b {
@ -55,7 +58,7 @@ h2 {
}
.feature h2:not(:first-child) {
margin-top: 150px;
margin-top: 175px;
}
@ -168,7 +171,7 @@ h2 {
section {
padding: 200px 0;
background: white;
background: var(--body-bg);
color: var(--text-color);
}