lander: match alternatives h3 font size with figcaption on mobile

pull/1949/head
Jay V 2025-08-14 18:54:57 -04:00
parent 6eaaaffcdd
commit bcd1dddcbe
1 changed files with 4 additions and 0 deletions

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 {