mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 22:46:16 -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
|
@ -1,7 +1,3 @@
|
|||
h1 {
|
||||
-webkit-text-fill-color: inherit;
|
||||
}
|
||||
|
||||
.bgtext,
|
||||
.demobox {
|
||||
font-family: Poppins, ui-rounded;
|
||||
|
@ -22,6 +18,11 @@ h1 {
|
|||
text-align: left;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 0;
|
||||
|
||||
background-image: unset;
|
||||
-webkit-background-clip: unset;
|
||||
background-clip: unset;
|
||||
-webkit-text-fill-color: unset;
|
||||
}
|
||||
|
||||
h1 .color-dodge {
|
||||
|
@ -33,7 +34,6 @@ h1 .the {
|
|||
line-height: 1;
|
||||
}
|
||||
|
||||
|
||||
h1 .subheading {
|
||||
margin-top: .75em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue