Fix header background (#3)
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful
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:
parent
8c6d636828
commit
41613c5af1
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue