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

Reviewed-on: kimendisch/selbstbestimmungsgesetz-jetzt-de#3
This commit is contained in:
DrMaxNix 2023-04-29 12:10:08 +02:00
commit 796edb695d
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -59,6 +59,11 @@ html, body {
html {
font-size: 16px;
}
@media only screen and (max-width: 1000px) {
html {
font-size: 14px;
}
}
body {
min-height: 100vh;
min-height: 100dvh;