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 5819cf9e5a
commit 616cc0eff1
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
46 changed files with 744 additions and 98 deletions

View file

@ -516,6 +516,28 @@ button.primary .hover-splash,
text-transform: capitalize;
}
.construction-images {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 20px;
}
.construction img {
margin-left: 20px;
margin-right: 20px;
max-width: 100%;
}
.construction p {
width: 100%;
margin-left: auto;
margin-right: auto;
color: #e71414;
}
@ -545,6 +567,30 @@ footer .wrapper {
gap: 75px;
}
footer .nostalgia {
display: block;
text-align: center;
margin-top: 50px;
}
footer .nostalgia-badges {
gap: 25px;
align-items: center;
justify-content: center;
width: 100%;
display: flex;
}
footer .nostalgia p {
margin: 0 auto 15px;
color: #d2f7e7;
}
footer .w3c {
width: 80px;
line-height: 0;
}
footer .logo {
display: block;
margin-bottom: 15px;
@ -587,9 +633,6 @@ footer .link-col a:hover {
@media (max-width: 1150px) {
.dropdown {
display: none;