mirror of
https://github.com/caddyserver/website.git
synced 2025-04-27 15:36:17 -04:00
Fix headings; work on features page
This commit is contained in:
parent
2b7a952093
commit
85df03bfad
6 changed files with 102 additions and 18 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue