Update minimum site width to 780px

This commit is contained in:
floppydiskette 2023-07-14 01:41:43 +01:00 committed by Frankie B
parent cb8b9830ca
commit 1b267f6102
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
*/ */
'name' => env('APP_NAME', 'diskfloppy.me'), 'name' => env('APP_NAME', 'diskfloppy.me'),
'version' => '5.4.2', 'version' => '5.4.3',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View file

@ -33,7 +33,7 @@ table.banner td a:hover {
} }
div.page { div.page {
min-width: 700px; min-width: 780px;
max-width: 1024px; max-width: 1024px;
padding-left: 0.5em; padding-left: 0.5em;
padding-right: 0.5em; padding-right: 0.5em;