Revert "Temporary warning"

This reverts commit 9815e03080.

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-08-18 07:43:58 +02:00
parent 8c875d2aaf
commit 64ea09841b
2 changed files with 0 additions and 15 deletions

View file

@ -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.
<div class="hiddenFromSearchEngines">.</div>
<p id='install'>
{{ badge(url='https://apps.apple.com/app/organic-maps/id1567437057', img='apple-appstore.svg', title='Install Organic Maps from the AppStore') }}

View file

@ -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";
}