Add shadow to project and blog cards

This commit is contained in:
Ariful Alam
2022-04-24 14:46:48 +06:00
parent dcd1b56fe7
commit f6f38d908c
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-br to-base-300 from-base-100'
? 'bg-gradient-to-br to-base-200 from-base-100 shadow'
: 'bg-base-100 shadow-lg'
}`}
>