Fix header background (#3)
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful

Co-authored-by: vrifox <vrifox@vrifox.cc>
Reviewed-on: #3
This commit is contained in:
Vri 🌈 2023-07-16 19:37:57 +02:00
parent 8c6d636828
commit 41613c5af1

View file

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