Continue work on marketing pages

This commit is contained in:
Matthew Holt 2023-10-02 17:11:59 -06:00 committed by Francis Lavoie
parent c17c984546
commit 01a9c8a525
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
8 changed files with 887 additions and 624 deletions

View file

@ -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) {