mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 08:05:59 +01:00
fix logo center
This commit is contained in:
parent
a4b1d51c63
commit
b669948737
1 changed files with 2 additions and 2 deletions
|
@ -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 |
Loading…
Reference in a new issue