Optimizations and underlying fixes done yesterday #282

Merged
ameye merged 22 commits from suggested-task-page into master 2023-07-10 08:46:47 +00:00
Showing only changes of commit 85213c31a1 - Show all commits
+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={{