diff --git a/public/images/justinb-bones.jpg b/public/images/justinb-bones.jpg new file mode 100644 index 0000000..322e1b8 Binary files /dev/null and b/public/images/justinb-bones.jpg differ diff --git a/src/components/CatCard.astro b/src/components/CatCard.astro index 305720c..14da99a 100644 --- a/src/components/CatCard.astro +++ b/src/components/CatCard.astro @@ -82,7 +82,7 @@ const { cat } = Astro.props; left: 0; width: calc(100% - 4rem); margin: 0 2rem 0.5rem 2rem; - padding: 0.2rem; + padding: 0.25rem; background-color: #000; text-align: center; } diff --git a/src/content/cats/justinb-bones.json b/src/content/cats/justinb-bones.json new file mode 100644 index 0000000..c0bbc3c --- /dev/null +++ b/src/content/cats/justinb-bones.json @@ -0,0 +1,13 @@ +{ + "name": "Bones", + "dateAdded": "2023-09-05T19:26:00.066Z", + "description": "", + "passedAway": true, + "image": { + "src": "/images/justinb-bones.jpg", + "alt": "Dark gray cat lying upside down on a blanket" + }, + "owner": { + "name": "Justin B" + } +}