This commit is contained in:
Piotr Siuszko 2025-01-08 12:04:26 +01:00
parent a0486df8ae
commit b81d3f9c3a
1 changed files with 4 additions and 3 deletions

View File

@ -66,9 +66,10 @@
margin-left: auto; margin-left: auto;
display: block; display: block;
position: absolute; position: absolute;
top: 0%; top: 0;
left: 50%; left: 0;
transform: translate(-50%, 0%); width: 100%;
height: 100%;
} }
.centered { .centered {