Restricted maximum size of Suiseiseki Z.
This commit is contained in:
parent
3c8249aec9
commit
b40dfe2d0d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user