Fixed forest sizing

This commit is contained in:
Emil Miler 2024-07-18 15:19:36 +02:00
parent c03d3540df
commit 5c7a6153fc
2 changed files with 3 additions and 3 deletions

View File

@ -227,9 +227,9 @@ header {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-image: url('img/forest.svg'); background-image: url('img/forest.svg');
background-size: contain; background-size: auto 10em;
background-position: center bottom -4px; // -4px fixes a visible line on some resolutions background-position: center bottom -4px; // -4px fixes a visible line on some resolutions
background-repeat: no-repeat; background-repeat: repeat-x;
filter: invert(0%) contrast(94.5%); filter: invert(0%) contrast(94.5%);
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB