mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 08:25:57 +01:00
fix center
This commit is contained in:
parent
a51f44d566
commit
954a387cf9
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
<div align = center>
|
<div align = center>
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/vaxerski/Hyprland/main/assets/header.svg" width="500" height="200" alt="banner">
|
<img src="https://raw.githubusercontent.com/vaxerski/Hyprland/main/assets/header.svg" width="750" height="300" alt="banner">
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 28%;
|
top: 28%;
|
||||||
left: 0%;
|
left: 16%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
z-index=2;
|
z-index=2;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
bgimg {
|
bgimg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -15%;
|
left: 0%;
|
||||||
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: 544 KiB After Width: | Height: | Size: 544 KiB |
Loading…
Reference in a new issue