Skip to content

Commit b37d312

Browse files
simonbairdclaude
andcommitted
Responsive hero links
Make the three buttons stack on phone-sized screens. Co-authored-by: Claude Code <noreply@anthropic.com>
1 parent 3bdc76f commit b37d312

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

website/assets/css/custom.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,21 @@ p.big {
584584
}
585585

586586
}
587+
588+
/* Stack the hero-link (download) buttons on small screens */
589+
@media screen and (max-width: 768px) {
590+
.hero-links {
591+
flex-direction: column;
592+
gap: 0.5rem;
593+
}
594+
595+
.hero-links h3.button {
596+
margin: 0.5rem 0;
597+
width: 100%;
598+
max-width: 220px;
599+
text-align: left;
600+
}
601+
}
587602
/* end index page hero section */
588603

589604
/* begin front page divider */

0 commit comments

Comments
 (0)