use display:flex

This commit is contained in:
srgooglo 2022-05-30 16:49:03 +02:00
parent dfcd9829e8
commit f398358afc

View File

@ -3,9 +3,17 @@
width: 100vw;
height: 100vh;
top: 0;
left: 0;
z-index: 10000;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(10px);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}