From 2b6970d33afd75be5bfef951dc3691d492004d43 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Tue, 18 Apr 2023 01:11:37 +0300 Subject: admin back-office environment (skeleton); admin categories --- public/app/views/error/404.php | 2 +- public/app/views/error/general.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'public/app/views/error') diff --git a/public/app/views/error/404.php b/public/app/views/error/404.php index 2b67e8d..89c35cc 100644 --- a/public/app/views/error/404.php +++ b/public/app/views/error/404.php @@ -22,7 +22,7 @@ .container { display: flex; height: 100vh; align-items:center; } .content { position: relative; max-width:320px; width: 100%; - margin: auto auto; padding: 1.5em; + margin: auto auto; padding: 1.5em 1.5em 3em 1.5em; text-align: center; justify-center: center; opacity: .33; } diff --git a/public/app/views/error/general.php b/public/app/views/error/general.php index 257e68d..74566a4 100644 --- a/public/app/views/error/general.php +++ b/public/app/views/error/general.php @@ -34,7 +34,7 @@ .container { display: flex; height: 100vh; align-items:center; } .content { position: relative; max-width: 480px; width: 100%; - margin: auto auto; padding: 1.5em; + margin: auto auto; padding: 1.5em 1.5em 3em 1.5em; text-align: center; justify-center: center; opacity: .33; font-size: .87em -- cgit v1.2.3