Fix a css flag being too large

This commit is contained in:
Octo Andri 2022-04-18 22:19:04 +00:00
parent 4898dd90e3
commit a045fa0bd8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Body {
@Media (Min-Width: 956px) {
.window {
Max-Width: 410px;
Max-Width: 400px;
}
}