Last css tweaks

This commit is contained in:
Pieter Vander Vennet 2021-01-07 05:10:27 +01:00
parent 701ce3e89a
commit 3f2608524e
3 changed files with 10 additions and 4 deletions

View file

@ -262,7 +262,10 @@ input:checked + label .question-option-with-border {
text-align: center;
box-sizing: border-box;
display: block;
max-height: 2em;
max-height: var(--return-to-the-map-height);
position: fixed;
width: 100vw;
bottom: 0;
}
.to-the-map-inner{