lander: match alternatives h3 font size with figcaption on mobile
Some checks are pending
deploy / deploy (push) Waiting to run

This commit is contained in:
Jay V 2025-08-14 18:54:57 -04:00
parent 6eaaaffcdd
commit bcd1dddcbe

View file

@ -544,6 +544,10 @@ section.alternatives {
font-weight: normal;
font-size: 1rem;
flex-shrink: 0;
@media (max-width: 30rem) {
font-size: 0.75rem;
}
}
.command {