ul.article-list {
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;

	li {
		display: flex;
		width: 100%;
		gap: 0.25rem;
		justify-content: space-between;

		time {
			color: gray;
		}
	}
}

article.post {
	time {
		color: gray;
	}
}