diff --git a/.gitignore b/.gitignore index bf588a2b4..07fe7e47f 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ packages/tools/commit_hook.txt packages/tools/github_oauth_token.txt lerna-debug.log .env +docs/**/*.mustache # AUTO-GENERATED - EXCLUDED TYPESCRIPT BUILD packages/app-cli/app/LinkSelector.d.ts diff --git a/Assets/WebsiteAssets/css/site.css b/Assets/WebsiteAssets/css/site.css index c972f0699..210c4a451 100644 --- a/Assets/WebsiteAssets/css/site.css +++ b/Assets/WebsiteAssets/css/site.css @@ -910,7 +910,7 @@ footer .bottom-links-row p { border-radius: 20px; padding: 30px 20px; padding-bottom: 30px; - margin-bottom: 50px; + margin-bottom: 20px; margin-top: 40px; } @@ -953,6 +953,11 @@ footer .bottom-links-row p { justify-content: center; } +.plan-group .joplin-cloud-login-info { + margin-bottom: 40px; + text-align: center; +} + .plan-group .plan-price-yearly-per-year { display: flex; justify-content: flex-end; diff --git a/Assets/WebsiteAssets/templates/plans.mustache b/Assets/WebsiteAssets/templates/plans.mustache index 7cdcac0c2..f70c0ccf2 100644 --- a/Assets/WebsiteAssets/templates/plans.mustache +++ b/Assets/WebsiteAssets/templates/plans.mustache @@ -6,7 +6,7 @@ Joplin Cloud plans
- Joplin Cloud allows you to synchronise your notes across devices. It also lets you publish notes, and collaborate on notebooks with your friends, family or colleagues. + Joplin Cloud allows you to synchronise your notes across devices. It also lets you publish notes, and collaborate on notebooks with your friends, family or colleagues.
@@ -45,6 +45,8 @@ {{#plans.business}} {{> plan}} {{/plans.business}} + +Already have a Joplin Cloud account? Login now