Fix some typos

This commit is contained in:
Eduardo 2019-10-13 15:01:10 +02:00
parent 44b03beec3
commit 32348dd058
5 changed files with 8 additions and 6 deletions

View file

@ -54,5 +54,5 @@
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"version": "0.5.2"
"version": "0.5.3"
}

View file

@ -16,6 +16,8 @@ follow the instructions to enable the search feature.
</fieldset>
</form>
<div class="js-search-results hide"></div>
<p class="m-no-found align-center hide js-no-results">{{t "No results for your search, try something different."}}</>
<p class="m-no-found align-center hide js-no-results">
{{t "No results for your search, try something different."}}
</p>
</div>
</div>

View file

@ -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);

View file

@ -1,6 +1,6 @@
.m-footer {
flex-shrink: 0;
background-color: var(--foter-background-color);
background-color: var(--footer-background-color);
}
.m-footer__content {

View file

@ -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