diff --git a/content/_index.md b/content/_index.md index 7a74a0f4..07e4e35a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -9,8 +9,6 @@ page_template: index.html for travelers, tourists, hikers, and cyclists based on top of crowd-sourced **OpenStreetMap** data and curated with love by **MapsWithMe** founders. -
{{ badge(url='https://apps.apple.com/app/organic-maps/id1567437057', img='apple-appstore.svg', title='Install Organic Maps from the AppStore') }} diff --git a/sass/main.scss b/sass/main.scss index 0ea2c157..d55bcb08 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -161,16 +161,3 @@ footer { margin: 0 1em 0 1em; } } - -.hiddenFromSearchEngines { - font-size: large; - margin: 1em 0 1em 0; - color: red; - // Ovewrites the default content of the div but it isn't supported by all browsers. - content: "There is a temporary issue with app availability in Google Play Store. It should be fixed soon"; -} -.hiddenFromSearchEngines::before { - color: red; - // Places a hidden text above the div. - content: "There is a temporary issue with app availability in Google Play Store. It should be fixed soon"; -}