FIX: visit card is now an absolute position

This commit is contained in:
kharhamel 2021-07-13 17:14:40 +02:00
parent b2ea368097
commit e96cb6930b

View file

@ -45,8 +45,9 @@
.visitCard { .visitCard {
pointer-events: all; pointer-events: all;
margin-left: auto; position: absolute;
margin-right: auto; left: 50%;
transform: translate(-50%, 0);
margin-top: 200px; margin-top: 200px;
max-width: 80vw; max-width: 80vw;