fix: align els

This commit is contained in:
2022-08-09 16:00:55 -04:00
parent c2c2249dd5
commit df033cc0d2
4 changed files with 2 additions and 5 deletions

View File

@@ -24,7 +24,6 @@ const prettyDate = latestDate.format("DD MMM YYYY");
:href="latest._path"
color="lightblue"
title="Latest blog post"
:clearstyles="false"
>
<h2 class="m-0 mt-4 mb-1">{{ latest.title }}</h2>
<p class="text-sm text-gray-500 m-0">

View File

@@ -58,7 +58,7 @@ const height = forceheight ?? "auto";
@media screen and (max-width: 600px) {
.container {
width: 100%;
width: 90vw;
}
}
</style>

View File

@@ -23,7 +23,7 @@ const prettyDate = latestDate.format("DD MMM YYYY");
<HomeStatBox :href="latest._path" color="lightgreen" title="Latest story">
<h2 class="m-0 mt-4 mb-1">{{ latest.title }}</h2>
<p class="text-sm text-gray-500 m-0">
{{ prettyDate }} · {{ latest.readingTime.text }}
{{ prettyDate }} · {{ latest.readingTime.words }} words
</p>
<div class="tag-list mt-1">
<Tag