FIX: temporary fix for visit card on mobile

This commit is contained in:
kharhamel 2021-06-04 19:36:30 +02:00
parent a8b91561dc
commit 8afa94aae3
1 changed files with 4 additions and 4 deletions

View File

@ -14,14 +14,15 @@
pointer-events: all; pointer-events: all;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
width: 515px; width: 530px;
margin-top: 200px; margin-top: 200px;
max-width: 100vw;
.defaultCard { .defaultCard {
border-radius: 5px; border-radius: 5px;
border: 2px black solid; border: 2px black solid;
background-color: whitesmoke; background-color: whitesmoke;
width: 500px; width: 530px;
header { header {
padding: 5px; padding: 5px;
@ -30,7 +31,7 @@
iframe { iframe {
border: 0; border: 0;
width: 515px; width: 530px;
height: 270px; height: 270px;
overflow: hidden; overflow: hidden;
} }
@ -60,5 +61,4 @@
<div class="buttonContainer"> <div class="buttonContainer">
<button class="nes-btn is-popUpElement" on:click={closeCard}>Close</button> <button class="nes-btn is-popUpElement" on:click={closeCard}>Close</button>
</div> </div>
</section> </section>