Skip to content

Commit

Permalink
Minor style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonulak committed Jan 4, 2025
1 parent b09825f commit 6c64a11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/data/projects/vets-ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"repo": "VetsAI",
"live_url": null,
"thumbnail": {
"src": "https://res.cloudinary.com/vetswhocode/image/upload/f_auto,q_auto/v1735960357/projects/VetsAI_ie8v4u.png",
"src": "https://res.cloudinary.com/vetswhocode/image/upload/f_auto,q_auto/bo_1px_solid_black/v1735960357/projects/VetsAI_ie8v4u.png",
"alt": "VetsAI Project Thumbnail"
}
}
4 changes: 2 additions & 2 deletions src/pages/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const RepoStats = ({ repo }: RepoStatsProps) => {
return (
<>
{/* Repo stats */}
<h4>Statistics</h4>
<h4>Repo Statistics</h4>
<div className="tw-grid tw-min-w-72 tw-grid-cols-2">
{/* Github Stars */}
<div className="tw-flex tw-w-5/12 tw-items-center tw-gap-2 tw-px-1 tw-text-secondary">
Expand Down Expand Up @@ -221,7 +221,7 @@ const ProjectCard = ({ project }: ProjectCardProps) => {
<Dialog.Content asChild>
<motion.div
key={`${project.details.name}-content`}
className="tw-fixed tw-left-1/2 tw-top-1/2 tw-z-[60] tw-grid tw-max-h-[90vh] tw-w-full tw-items-center tw-justify-center tw-overflow-scroll tw-bg-white tw-p-8 tw-shadow-xl md:tw-w-11/12 md:tw-rounded-3xl lg:tw-w-10/12 lg:tw-max-w-6xl"
className="tw-fixed tw-left-1/2 tw-top-1/2 tw-z-[60] tw-grid tw-max-h-[90vh] tw-w-full tw-items-center tw-justify-center tw-overflow-scroll tw-bg-white tw-p-8 tw-shadow-xl md:tw-w-11/12 md:tw-rounded-2xl lg:tw-max-w-6xl"
initial={{
opacity: 0,
scale: 0.7,
Expand Down

0 comments on commit 6c64a11

Please sign in to comment.