🔀 merge pull request 'v1.0.4' (#4) from dev into main

Reviewed-on: #4
This commit is contained in:
DrMaxNix 2024-02-09 13:11:49 +01:00
commit 50becf6875
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -157,6 +157,7 @@ a {
@media only screen and (max-width: 1000px) {
.page-content {
padding: 1rem;
gap: 1rem;
}
}