More work on marketing pages

This commit is contained in:
Matthew Holt 2023-11-21 10:11:05 -07:00 committed by Francis Lavoie
parent 48645cedc1
commit 14e9b01bf4
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
8 changed files with 426 additions and 42 deletions

View file

@ -30,7 +30,7 @@ h1 .color-dodge {
}
h1 .the {
font-size: 75px;
font-size: 60%;
line-height: 1;
}
@ -40,7 +40,6 @@ h1 .subheading {
.asides {
display: flex;
flex-wrap: wrap;
@ -513,36 +512,30 @@ img.cite {
.franken {
background-color: #b3d133;
color: #390075;
}
@media (max-width: 1350px) {
h1 {
font-size: 95px;
}
h1 .subheading {
font-size: 30px;
}
}
@media (max-width: 1000px) {
h1 {
text-align: center;
}
.asides {
flex-direction: column;
}
.action-buttons {
margin-bottom: 55px;
}
}
@media (max-width: 720px) {
.display {
margin-top: 50px;
margin-bottom: 50px;
}
.display.right > * {
transform: none;
}
.display.left > * {
transform: none;
}
.asides > * {
margin-right: 0;
justify-content: center;
}
}