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 {
pointer-events: all;
margin-left: auto;
margin-right: auto;
position: absolute;
left: 50%;
transform: translate(-50%, 0);
margin-top: 200px;
max-width: 80vw;