fix header background
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful
ci/woodpecker/pr/hugo-build Pipeline was successful

This commit is contained in:
Vri 🌈 2023-07-16 19:37:31 +02:00
parent 8c6d636828
commit 79ada04ade
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -49,6 +49,7 @@ header {
background-color: var(--background-header);
background-image: url(home-header-optimized.svg);
background-position: center;
background-size: cover;
color: var(--text);
display: flex;
flex-direction: column;