Rearrange content and remove about page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user