v1.0.3 #3

Merged
DrMaxNix merged 2 commits from dev into main 2024-02-08 22:23:30 +01:00
2 changed files with 5 additions and 2 deletions

View File

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

View File

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