Skip to content

Commit 32de664

Browse files
authored
Merge pull request #334 from netlify/fix/mobile-zoom
fix: increase input size to avoid mobile zoom
2 parents 37e914b + c646b97 commit 32de664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
background: #fff;
347347
color: var(--baseColor);
348348
box-shadow: none;
349-
font-size: 14px;
349+
font-size: 16px;
350350
font-weight: 500;
351351
line-height: 24px;
352352
transition: box-shadow ease-in-out 0.15s;

0 commit comments

Comments
 (0)