fix projects showcase height (#5)
This commit is contained in:
parent
a886bfaa5a
commit
01f721f938
4 changed files with 21 additions and 22 deletions
|
@ -11,7 +11,7 @@ const { collection } = Astro.props;
|
|||
|
||||
<li>
|
||||
<article
|
||||
class="group relative isolate mx-auto flex w-full flex-col justify-end overflow-hidden rounded-lg px-8 pb-8 pt-40"
|
||||
class="group relative isolate mx-auto flex h-full w-full flex-col justify-end overflow-hidden rounded-lg px-8 pb-8 pt-40"
|
||||
>
|
||||
<Image
|
||||
src={collection.data.image.url}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Studying Spider"
|
||||
description: "Just a smart looking little spider I made in a couple lessons at college."
|
||||
description: "A smart little spider made within a couple lessons at college."
|
||||
date: 2022-01-27
|
||||
updated: 2022-01-27
|
||||
image: { url: "troy-lusty-studying-spider.avif", alt: "Studying Spider" }
|
||||
|
@ -8,7 +8,7 @@ tags: ["blender"]
|
|||
categories: ["personal"]
|
||||
---
|
||||
|
||||
Just a smart looking little spider I made in a couple lessons at college. Feedback thanks to [Sam](https://www.artstation.com/samgriffithsofficial).
|
||||
Thanks to [Sam](https://www.artstation.com/samgriffiths) for feedback.
|
||||
|
||||

|
||||
|
||||
|
@ -20,7 +20,7 @@ _Ambient occlusion pass_
|
|||
|
||||

|
||||
|
||||
_Early stage_
|
||||
_Earlier stage_
|
||||
|
||||
### Assets list
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ import type { APIRoute } from "astro";
|
|||
const getRobotsTxt = (sitemapURL: URL) => `
|
||||
User-agent: *
|
||||
Disallow: /cv
|
||||
Disallow: /privacy
|
||||
Allow: /
|
||||
|
||||
Sitemap: ${sitemapURL.href}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue