fix center

This commit is contained in:
vaxerski 2022-07-18 14:19:21 +02:00
parent a51f44d566
commit 954a387cf9
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<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>

View File

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

Before

Width:  |  Height:  |  Size: 544 KiB

After

Width:  |  Height:  |  Size: 544 KiB