Skip to content

Commit

Permalink
fix: the Article style error (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolking authored Aug 12, 2023
1 parent c9f5ccc commit ceb3d75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/layouts/Article.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ const lastUpdated = computed(() => {
.article .article-pagination :deep(.article-item:first-child:last-child) {
--vp-posts-span: 6;
}
.article .article-pagination :deep(.article-item .item-content) {
max-width: calc(60% - var(--vp-size-space) * 4);
}
@media (min-width: 768px) {
.article .article-pagination {
Expand Down

0 comments on commit ceb3d75

Please sign in to comment.