Skip to content

Commit

Permalink
add padding and fix author card formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysyg committed Jan 29, 2024
1 parent 6bc9962 commit d9b3c4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/base/AuthorCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
</template>
<template #footer>
<div class="content">{{ person.bio }}</div>
<div>{{ person.bio }}</div>
</template>
</DCard>
</div>
Expand Down
4 changes: 4 additions & 0 deletions pages/blog/_slug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export default {
</script>

<style>
.container {
padding: 48px;
}
.content {
/* ... */
display: grid;
Expand Down

0 comments on commit d9b3c4a

Please sign in to comment.