More homepage/features content, screenshots, tweaks

This commit is contained in:
Matthew Holt 2023-10-26 22:24:46 -06:00 committed by Francis Lavoie
parent cb4141e9c1
commit f7295558c3
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
46 changed files with 744 additions and 98 deletions

View file

@ -93,6 +93,35 @@
}
.split {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 75px;
align-items: center;
}
.split > * {
flex: 1;
margin-right: 50px;
min-width: 0;
min-width: 300px;
}
.split img {
max-width: 100%;
}
.split img,
.benefits img {
margin: 2em 0 0;
max-width: 100%;
box-shadow: 0 6px 10px rgb(0 0 0 / .15);
border-radius: 8px;
}
/* TODO: Figure this out */
@media (max-width: 800px) {
.feature-row {