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'
}`}
>

View File

@ -130,7 +130,7 @@ const Project = ({ repo, loading, github, googleAnalytics }) => {
<div className="col-span-1 lg:col-span-2">
<div className="grid grid-cols-2 gap-6">
<div className="col-span-2">
<div className="card compact bg-gradient-to-b to-base-300 from-base-100">
<div className="card compact bg-gradient-to-br to-base-300 from-base-100">
<div className="card-body">
<div className="mx-3 flex items-center justify-between mb-2">
<h5 className="card-title">