diff --git a/app/styles/_layout/_l-mq.scss b/app/styles/_layout/_l-mq.scss index 7889aa788..502c94ab1 100644 --- a/app/styles/_layout/_l-mq.scss +++ b/app/styles/_layout/_l-mq.scss @@ -73,10 +73,6 @@ font-size: 1.75rem; line-height: 2rem !important; } - .latest-version .version { - font-size: 18px; - margin: 0 !important; - } .aboutfp h4 { line-height: 2rem; } @@ -222,6 +218,12 @@ } } +@media screen and (min-width: 56.250em) { + .latest-version .version { + font-size: 22px; + } +} + /* 900px to 1000px */ @media screen and (min-width: 56.250em) and (max-width: 62.438em) { .l-max-width { @@ -265,6 +267,9 @@ font-size: 1.5rem; line-height: 1.75rem; } + .latest-version .version { + font-size: 22px; + } } /* 1000px to 1099px */ @@ -288,4 +293,4 @@ .more-info h4 { line-height: 1.875rem; } -} \ No newline at end of file +} diff --git a/app/styles/_modules/_m-build-process.scss b/app/styles/_modules/_m-build-process.scss index 80d20f9f0..d86a02a05 100644 --- a/app/styles/_modules/_m-build-process.scss +++ b/app/styles/_modules/_m-build-process.scss @@ -6,6 +6,6 @@ .build-process .title { font-size: 22px; text-align: right; - margin: 1.125rem 1.875rem 1.125rem 5rem; + margin: 0.45rem 1.875rem 1.125rem 5rem; line-height:1.2em; -} \ No newline at end of file +} diff --git a/app/styles/_modules/_m-latest-version.scss b/app/styles/_modules/_m-latest-version.scss index 52aaa092a..d9e49ad50 100644 --- a/app/styles/_modules/_m-latest-version.scss +++ b/app/styles/_modules/_m-latest-version.scss @@ -1,13 +1,11 @@ .latest-version { - text-align: center; padding: 3.125rem 3.75rem 3.75rem; background-color: $secondary-accent; + text-align: center; } .latest-version .version { - font-size: 22px; - display:inline-block; - margin:0 1em; + font-size: 18px; } .latest-version .title { @@ -21,6 +19,10 @@ font-weight: bold; } +.latest-version img { + vertical-align: middle; +} + .latest-version a:hover { color:#fff; -} \ No newline at end of file +} diff --git a/app/styles/_modules/_m-more-info.scss b/app/styles/_modules/_m-more-info.scss index 82db25204..3b314d8d8 100644 --- a/app/styles/_modules/_m-more-info.scss +++ b/app/styles/_modules/_m-more-info.scss @@ -34,10 +34,6 @@ .more-info button:hover, .more-info .btn:hover { background-color: #fff; color: $dark-accent; -} - -.whoisusingmjs { - } .whoisusingmjs .sitelogo_yummly { height: 60px; width: 162px; margin: 0 30px 0 0; } diff --git a/app/templates/deploy.hbs b/app/templates/deploy.hbs index 47ec3051c..a6809b56e 100644 --- a/app/templates/deploy.hbs +++ b/app/templates/deploy.hbs @@ -5,7 +5,7 @@
Have a App Manifest file? Start deploying to these AppStores below.
Need one? {{#link-to 'generator'}}Start here{{/link-to}}.
$ - npm install + npm install -g manifoldjs
$ - npm install - manifoldjs -
-- $ - grunt + npm install -g manifoldjs