From cd58efb6d52c3e25ff581e94cb8b11f0cf06cdff Mon Sep 17 00:00:00 2001 From: AnisHADJARAB Date: Thu, 19 Dec 2024 10:43:31 +0000 Subject: [PATCH] fix card height --- public/style/4nk.css | 3 +-- src/4nk.css | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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;