diff --git a/public/style/4nk.css b/public/style/4nk.css index 731c277..4a3d88b 100755 --- a/public/style/4nk.css +++ b/public/style/4nk.css @@ -362,8 +362,7 @@ body { flex-direction: column; align-items: center; text-align: center; - min-height: 40vh; - max-height: 60vh; + height: 60vh; justify-content: flex-start; padding: 1rem; overflow-y: auto; diff --git a/src/4nk.css b/src/4nk.css index d580e13..0069191 100644 --- a/src/4nk.css +++ b/src/4nk.css @@ -362,8 +362,7 @@ h1 { flex-direction: column; align-items: center; text-align: center; - min-height: 40vh; - max-height: 60vh; + height: 60vh; justify-content: flex-start; padding: 1rem; overflow-y: auto;