mirror of
https://github.com/caddyserver/website.git
synced 2025-04-26 15:06:17 -04:00
Continue work on marketing pages
This commit is contained in:
parent
c17c984546
commit
01a9c8a525
8 changed files with 887 additions and 624 deletions
|
@ -3,7 +3,7 @@
|
|||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
.datagrid {
|
||||
/* .datagrid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 2em;
|
||||
|
@ -17,11 +17,30 @@
|
|||
letter-spacing: 1px;
|
||||
margin-bottom: .5em;
|
||||
min-width: 200px;
|
||||
} */
|
||||
|
||||
.legend {
|
||||
margin-bottom: -100px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
font-size: 24px;
|
||||
color: var(--text-color-muted);
|
||||
text-align: center;
|
||||
max-width: 750px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.legend .nonstandard {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.feature-list {
|
||||
font-size: 90%;
|
||||
margin: 50px 0 100px;
|
||||
margin: 50px 0 125px;
|
||||
}
|
||||
|
||||
.feature-list:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.feature-row {
|
||||
|
@ -32,6 +51,10 @@
|
|||
border-bottom: 2px dashed #a4c8ff25; /* #e6eaf0 */
|
||||
}
|
||||
|
||||
.feature-row:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.feature-row .benefits {
|
||||
color: var(--text-color-muted);
|
||||
font-weight: 500;
|
||||
|
@ -53,6 +76,14 @@
|
|||
border-bottom: none;
|
||||
}
|
||||
|
||||
.nonstandard {
|
||||
color: #e76100; /* #005c94 */
|
||||
}
|
||||
|
||||
.dark .nonstandard {
|
||||
color: #fb8a26;
|
||||
}
|
||||
|
||||
|
||||
/* TODO: Figure this out */
|
||||
@media (max-width: 800px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue