🔀 merge pull request 'v1.0.3' (#3) from dev into main

Reviewed-on: #3
This commit is contained in:
DrMaxNix 2024-02-08 22:23:29 +01:00
commit 606ecb5314
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -53,7 +53,7 @@ body {
}
@media only screen and (max-width: 1000px) {
body {
padding: 1rem 1rem;
padding: 2rem 1rem;
}
}
@ -230,6 +230,9 @@ a {
.footer {
width: 90vw;
}
.footer * {
font-size: 0.7rem;
}
}
.footer > * {