mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Add shadow to project and blog cards
This commit is contained in:
@@ -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'
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user