Poprawki widoków

This commit is contained in:
2022-06-12 23:04:09 +02:00
parent 6167ab5826
commit e9e4096ba1
5 changed files with 12 additions and 17 deletions
+3 -3
View File
@@ -4,10 +4,10 @@
.card {
position: fixed;
top: 50%;
left: 0;
left: 50%;
z-index: 100;
transform: translateY(-50%);
transform: translate(-50%, -50%);
overflow-x: hidden;
background: #202020da;
@@ -15,7 +15,7 @@
box-shadow: 0 0 20px 10px #292929;
width: 550px;
width: 600px;
padding: 0.5em 1em;