1
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2025-08-02 05:01:56 -07:00

fix logo center

This commit is contained in:
vaxerski
2022-07-18 15:41:02 +02:00
parent a4b1d51c63
commit b669948737

@@ -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

(image error) Size: 506 KiB

After

(image error) Size: 506 KiB