This commit is contained in:
yj 2024-07-19 10:33:12 +08:00
parent ae7b9efcf3
commit 6094b78f9a
1 changed files with 5 additions and 4 deletions

View File

@ -48,10 +48,11 @@
justify-content: center; justify-content: center;
display: flex; display: flex;
align-items: center; align-items: center;
left: 0; left: 50%;
top: 0; top: 50%;
width: 100%; transform: translate(-50%, -50%);
height: 100%; width: calc(100% - 20px);
height: calc(100% - 20px);
z-index: 1; z-index: 1;
background-color: black; background-color: black;
color: white; color: white;