Ver Fonte

lander: match alternatives h3 font size with figcaption on mobile

Jay V há 6 meses atrás
pai
commit
bcd1dddcbe
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      packages/web/src/components/Lander.astro

+ 4 - 0
packages/web/src/components/Lander.astro

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