0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Removed input auto-zoom for mobile

This commit is contained in:
Peter Zimon 2022-03-28 15:53:13 +02:00
parent 26a33df012
commit c339761a35
3 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta <meta
name="description" name="description"

View file

@ -19,7 +19,7 @@ const DEV_MODE_DATA = {
showPopup: true, showPopup: true,
site: Fixtures.site, site: Fixtures.site,
member: Fixtures.member.free, member: Fixtures.member.free,
page: 'accountHome', page: 'signup',
...Fixtures.paidMemberOnTier(), ...Fixtures.paidMemberOnTier(),
pageData: Fixtures.offer pageData: Fixtures.offer
}; };

View file

@ -377,6 +377,10 @@ export const ProductsSectionStyles = ({site}) => {
.gh-portal-product-card { .gh-portal-product-card {
min-width: unset; min-width: unset;
} }
.gh-portal-btn-product {
position: static;
}
} }
@media (max-width: 370px) { @media (max-width: 370px) {