Explorar el Código

lander: match alternatives h3 font size with figcaption on mobile

Jay V hace 6 meses
padre
commit
bcd1dddcbe
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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-weight: normal;
     font-size: 1rem;
     font-size: 1rem;
     flex-shrink: 0;
     flex-shrink: 0;
+
+    @media (max-width: 30rem) {
+      font-size: 0.75rem;
+    }
   }
   }
 
 
   .command {
   .command {