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