Fix modal for smaller devices [smartphone]

This commit is contained in:
Theo Psallidas
2025-03-17 19:13:25 +02:00
parent efc7ce31d2
commit f9267ba391

View File

@@ -511,12 +511,12 @@ input:-moz-placeholder { color: #454545; }
position: fixed;
top: 50%;
left: 50%;
width: 630px;
transform: translate(-50%, -50%);
width: 100vw;
height: auto;
max-width: 630px;
z-index: 2000;
visibility: hidden;
margin-left: -320px;
margin-top: -160px;
}
.overlay {