Restricted maximum size of Suiseiseki Z.

This commit is contained in:
Alexander Andreev 2022-10-24 18:03:15 +04:00
parent 3c8249aec9
commit b40dfe2d0d
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ body {
@media screen and (min-width: 1280px) {
body {
background-image: var(--background-image);
background-size: calc((100vw - 960px)/2);
background-size: min(calc((100vw - 960px)/2), 25vw);
background-repeat: no-repeat;
background-position: bottom left;
}