hide "map" on no-js website type, fix2

This commit is contained in:
partisan 2024-04-17 15:02:52 +02:00
parent 424dd0adab
commit 5b77d2a03c
4 changed files with 14 additions and 11 deletions

View file

@ -1138,6 +1138,10 @@ p {
text-decoration: none;
}
.js-enabled {
display: none;
}
.logomobile {
position: absolute;
margin-top: 0px;