added min height to home page hero section

This commit was merged in pull request #280.
This commit is contained in:
victorAnumudu
2023-07-09 23:34:39 +01:00
parent 2a4b77c9a0
commit f9b6c68f99
+1 -1
View File
@@ -24,7 +24,7 @@ export default function Hero({ className, bannerList, nextDueTask }) {
return (
<div
className={`w-full h-full md:grid grid-cols-2 lg:p-8 p-4 justify-between items-center gap-2 rounded-2xl overflow-hidden ${
className={`w-full min-h-[400px] md:grid grid-cols-2 lg:p-8 p-4 justify-between items-center gap-2 rounded-2xl overflow-hidden ${
className || ""
}`}
style={{