Rearrange content and remove about page

This commit is contained in:
2024-08-20 22:18:04 -07:00
parent 42048d02a4
commit a0d76366a6
7 changed files with 36 additions and 75 deletions

View File

@@ -33,7 +33,7 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
max-width: calc(100% - 2em);
margin: auto;
padding: 1em;
color: rgb(var(--gray-dark));
color: rgb(var(--gray-light));
}
.title {
margin-bottom: 1em;
@@ -46,7 +46,7 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
}
.date {
margin-bottom: 0.5em;
color: rgb(var(--gray));
color: rgb(var(--gray-light));
}
.last-updated-on {
font-style: italic;