mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Removed input auto-zoom for mobile
This commit is contained in:
parent
26a33df012
commit
c339761a35
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<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="description"
|
||||
|
@ -19,7 +19,7 @@ const DEV_MODE_DATA = {
|
||||
showPopup: true,
|
||||
site: Fixtures.site,
|
||||
member: Fixtures.member.free,
|
||||
page: 'accountHome',
|
||||
page: 'signup',
|
||||
...Fixtures.paidMemberOnTier(),
|
||||
pageData: Fixtures.offer
|
||||
};
|
||||
|
@ -377,6 +377,10 @@ export const ProductsSectionStyles = ({site}) => {
|
||||
.gh-portal-product-card {
|
||||
min-width: unset;
|
||||
}
|
||||
|
||||
.gh-portal-btn-product {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 370px) {
|
||||
|
Loading…
Reference in New Issue
Block a user