Merge pull request #67 from arifszn/gradient-direction

feat: change direction of gradient
This commit is contained in:
Ariful Alam 2022-04-24 14:34:16 +06:00 committed by GitHub
commit dcd1b56fe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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">