This commit is contained in:
parent
ae7b9efcf3
commit
6094b78f9a
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue