From 32348dd058f2c89e8ecdf8266acc5614972c7f61 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Sun, 13 Oct 2019 15:01:10 +0200 Subject: [PATCH] Fix some typos --- package.json | 2 +- partials/search.hbs | 4 +++- src/sass/common/_themes.scss | 4 ++-- src/sass/components/_footer.scss | 2 +- subscribe.hbs | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 823b4ac..bfa6708 100644 --- a/package.json +++ b/package.json @@ -54,5 +54,5 @@ "desktop": "assets/screenshot-desktop.jpg", "mobile": "assets/screenshot-mobile.jpg" }, - "version": "0.5.2" + "version": "0.5.3" } diff --git a/partials/search.hbs b/partials/search.hbs index e4f8bd1..4ff0c08 100644 --- a/partials/search.hbs +++ b/partials/search.hbs @@ -16,6 +16,8 @@ follow the instructions to enable the search feature.
-

{{t "No results for your search, try something different."}} +

+ {{t "No results for your search, try something different."}} +

diff --git a/src/sass/common/_themes.scss b/src/sass/common/_themes.scss index f6d599d..62a0aad 100644 --- a/src/sass/common/_themes.scss +++ b/src/sass/common/_themes.scss @@ -11,7 +11,7 @@ --article-shadow-normal: 0 10px 10px rgba(0,0,0,0.08); --article-shadow-hover: 0 4px 60px 0 rgba(0,0,0,0.2); --transparent-background-color: rgba(255,255,255,0.99); - --foter-background-color: #293951; + --footer-background-color: #293951; --submenu-shadow-color-opacity: 0.25; --button-shadow-color-normal: rgba(108, 108, 108, 0.2); --button-shadow-color-hover: rgba(108, 108, 108, 0.3); @@ -31,7 +31,7 @@ --article-shadow-normal: 0 4px 5px 5px rgba(0,0,0,0.1); --article-shadow-hover: 0 4px 5px 10px rgba(0,0,0,0.1); --transparent-background-color: rgba(0,0,0,0.99); - --foter-background-color: #080808; + --footer-background-color: #080808; --submenu-shadow-color-opacity: 0.55; --button-shadow-color-normal: rgba(10, 10, 10, 0.5); --button-shadow-color-hover: rgba(10, 10, 10, 0.5); diff --git a/src/sass/components/_footer.scss b/src/sass/components/_footer.scss index f471fff..f1d6c62 100644 --- a/src/sass/components/_footer.scss +++ b/src/sass/components/_footer.scss @@ -1,6 +1,6 @@ .m-footer { flex-shrink: 0; - background-color: var(--foter-background-color); + background-color: var(--footer-background-color); } .m-footer__content { diff --git a/subscribe.hbs b/subscribe.hbs index cfc3b39..7194a68 100644 --- a/subscribe.hbs +++ b/subscribe.hbs @@ -1,5 +1,5 @@ {{!-- -This error template is used for the subscription page. +This template is used for the subscription page. --}} {{!-- The tag below means: insert everything in this file