Change direction of gradient

This commit is contained in:
Ariful Alam
2022-04-24 14:33:16 +06:00
parent 5a4423e7fa
commit 166392a306
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ const Blog = ({ loading, blog, googleAnalytics }) => {
<div
className={`card compact ${
loading || (articles && articles.length)
? 'bg-gradient-to-b to-base-300 from-base-100'
? 'bg-gradient-to-br to-base-300 from-base-100'
: 'bg-base-100 shadow-lg'
}`}
>