🔀 merge pull request 'v1.0.40' (#43) from dev into main

Reviewed-on: #43
This commit is contained in:
DrMaxNix 2023-12-20 20:35:54 +01:00
commit 4b2c732475
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
// VERSION //
static::$version = "1.0.39";
static::$version = "1.0.40";
// DEPENDENCIES //

View File

@ -125,6 +125,16 @@ span.inline {
text-align: center;
}
@media only screen and (max-width: 1600px) {
.page {
max-width: 70vw;
}
}
@media only screen and (max-width: 1300px) {
.page {
max-width: 80vw;
}
}
@media only screen and (max-width: 1000px) {
.page {
max-width: 100vw;