diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-31 09:25:07 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-31 09:25:07 -0500 |
commit | 1250cdde2b0585788f3eb5bf59161ebcfa5d8284 (patch) | |
tree | 88bd775705cf89671511695aa9e4b0599efb5a2a /public/css | |
parent | mobile css (diff) | |
download | xssbook-1250cdde2b0585788f3eb5bf59161ebcfa5d8284.tar.gz xssbook-1250cdde2b0585788f3eb5bf59161ebcfa5d8284.tar.bz2 xssbook-1250cdde2b0585788f3eb5bf59161ebcfa5d8284.zip |
fix admin
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/admin.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/admin.css b/public/css/admin.css index 149b558..fc4b603 100644 --- a/public/css/admin.css +++ b/public/css/admin.css @@ -14,7 +14,7 @@ body { justify-content: center; align-items: center; width: 100%; - height: 100%; + height: 100vh; flex-direction: column; margin: 0; padding: 0; |