fix logo center

This commit is contained in:
vaxerski 2022-07-18 15:41:02 +02:00
parent a4b1d51c63
commit b669948737
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
font-size: 3rem;
position: relative;
top: 28%;
left: 9%;
left: 10%;
transform: translateY(-50%);
z-index=2;
text-align: center;
@ -36,7 +36,7 @@
bgimg {
position: absolute;
left: -6%;
left: -5%;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);

Before

Width:  |  Height:  |  Size: 506 KiB

After

Width:  |  Height:  |  Size: 506 KiB