Remove custom css and large left margin for map noscript message

This commit is contained in:
Anton Khorev 2023-11-13 12:24:51 +03:00
parent 22e079a3c3
commit 138aaf0f7a
2 changed files with 1 additions and 9 deletions

View file

@ -318,14 +318,6 @@ body.small-nav {
font-weight: $font-weight-normal;
}
/* Rules for the message shown in place of the map when javascript is disabled */
#noscript {
z-index: 20000000;
margin-left: 400px;
margin-top: 50px;
}
/* Rules for Leaflet maps */
.leaflet-top.leaflet-right,

View file

@ -67,7 +67,7 @@
</div>
<noscript>
<div id="noscript">
<div class="mt-5 p-3">
<p><%= t "site.index.js_1" %></p>
<p><%= t "site.index.js_2" %></p>
</div>