mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:25:58 +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;
|
font-size: 3rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 28%;
|
top: 28%;
|
||||||
left: 9%;
|
left: 10%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
z-index=2;
|
z-index=2;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
bgimg {
|
bgimg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -6%;
|
left: -5%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
-webkit-transform: translate(0, -50%);
|
-webkit-transform: translate(0, -50%);
|
||||||
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