Fixed forest sizing
This commit is contained in:
parent
c03d3540df
commit
5c7a6153fc
@ -227,9 +227,9 @@ header {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
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-repeat: no-repeat;
|
||||
background-repeat: repeat-x;
|
||||
filter: invert(0%) contrast(94.5%);
|
||||
|
||||
@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 |
Loading…
Reference in New Issue
Block a user