summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-08-14 18:54:57 -0400
committerJay V <[email protected]>2025-08-14 18:55:07 -0400
commitbcd1dddcbe3f5191c99f2f5ae1610af199232aff (patch)
tree92b0ccd34e8d92b07ec2ef12a28a939d2e8b121f
parent6eaaaffcdd72ae1aa48658f6b1d0234b63710260 (diff)
downloadopencode-bcd1dddcbe3f5191c99f2f5ae1610af199232aff.tar.gz
opencode-bcd1dddcbe3f5191c99f2f5ae1610af199232aff.zip
lander: match alternatives h3 font size with figcaption on mobile
-rw-r--r--packages/web/src/components/Lander.astro4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/web/src/components/Lander.astro b/packages/web/src/components/Lander.astro
index a3bf0cc9c..ef032e49e 100644
--- a/packages/web/src/components/Lander.astro
+++ b/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 {