mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 11:41:38 +10:00
fix issue with demo data
This commit is contained in:
@ -281,7 +281,7 @@ const Glalie = () => {
|
||||
<div className="grid grid-cols-12">
|
||||
<div
|
||||
className="h-full col-span-4 p-8 grid grid-cols-1 row-gap-4 text-center"
|
||||
style={{ backgroundColor: `rgba(${r}, ${g}, ${b}, 0.1)` }}
|
||||
style={{ backgroundColor: `rgba(${r}, ${g}, ${b}, 0.1)`, minHeight: '29.7cm' }}
|
||||
>
|
||||
<div className="grid grid-cols-1 gap-2">
|
||||
<Photo />
|
||||
|
||||
Reference in New Issue
Block a user