Skip to content

Commit

Permalink
add padding to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwards, Zach committed Dec 26, 2022
1 parent 888c2de commit 8126a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/categories/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ useHead({
<template>
<PageHeader :title="`Archive: ${category.name}`"></PageHeader>
<section class="blogs-archive">
<div class="container py-10">
<div class="grid sm:grid-cols-3 gap-10">
<div class="container p-10">
<div class="grid sm:grid-cols-3 gap-5">
<blog-card v-for="post in posts" :key="post.id" :title="post.title.rendered"
:image="post._embedded['wp:featuredmedia'][0]?.source_url" :excerpt="post.excerpt.rendered" :slug="post.slug" />
</div>
Expand Down

1 comment on commit 8126a1e

@vercel
Copy link

@vercel vercel bot commented on 8126a1e Dec 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt3-headless – ./

nuxt3-headless-edwardz8.vercel.app
nuxt3-headless-git-main-edwardz8.vercel.app
nuxt3-headless.vercel.app

Please sign in to comment.