Make footers anchor to the bottom of the cards
This commit is contained in:
@@ -8,7 +8,6 @@ import {
|
||||
Heading,
|
||||
Image,
|
||||
Link,
|
||||
Stack,
|
||||
Text,
|
||||
} from "@chakra-ui/react";
|
||||
import projects from "../../data/public-projects.json";
|
||||
@@ -54,11 +53,12 @@ export default function () {
|
||||
src={`/files/${project.image}`}
|
||||
/>
|
||||
<CardHeader>
|
||||
{project.name} ({project.timespan})
|
||||
<b>
|
||||
<Heading size="md">{project.name}</Heading>
|
||||
</b>
|
||||
<Text>Time Span: {project.timespan}</Text>
|
||||
</CardHeader>
|
||||
<CardBody>
|
||||
<Text>Time Span: {project.timespan}</Text>
|
||||
<br />
|
||||
<Text>{project.description}</Text>
|
||||
</CardBody>
|
||||
<Divider />
|
||||
|
||||
Reference in New Issue
Block a user