diff options
-rw-r--r-- | config/app.php | 2 | ||||
-rw-r--r-- | public/css/master.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/app.php b/config/app.php index 048507e..184f714 100644 --- a/config/app.php +++ b/config/app.php @@ -17,7 +17,7 @@ return [ */ 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '5.4.2', + 'version' => '5.4.3', /* |-------------------------------------------------------------------------- diff --git a/public/css/master.css b/public/css/master.css index bc0c796..323c2ec 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -33,7 +33,7 @@ table.banner td a:hover { } div.page { - min-width: 700px; + min-width: 780px; max-width: 1024px; padding-left: 0.5em; padding-right: 0.5em; |