wip: lander updates

This commit is contained in:
David Hill
2025-12-11 12:09:31 +00:00
parent e91d121ef8
commit a8e3caca3f
7 changed files with 240 additions and 28 deletions

View File

@@ -149,6 +149,14 @@ body {
justify-content: space-between;
align-items: center;
gap: 48px;
@media (max-width: 55rem) {
gap: 32px;
}
@media (max-width: 48rem) {
gap: 24px;
}
li {
display: inline-block;
a {
@@ -169,6 +177,10 @@ body {
border-radius: 4px;
font-weight: 500;
text-decoration: none;
@media (max-width: 55rem) {
display: none;
}
}
[data-slot="cta-button"]:hover {
background: var(--color-background-strong-hover);