Skip to content

Commit

Permalink
Fix layout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tobifra committed Sep 5, 2024
1 parent 642cb34 commit 747aa92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vitepress/components/Chapter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ const props = defineProps({
<template>
<a
:href="link"
class="rounded-l-2xl w-full bg-chapter-red flex items-center cursor-pointer no-underline mt-2"
class="rounded-l-2xl w-full bg-chapter-red flex items-center cursor-pointer no-underline mt-2 justify-start"
>
<div class="w-fit">
<div class="size-20 rounded-2xl bg-book-red">
<img :src="image" class="w-full h-full p-2 my-0" />
</div>
</div>
<div class="pl-3">
<p
class="text-4xl font-semibold font-bebas uppercase text-book-red"
Expand Down

0 comments on commit 747aa92

Please sign in to comment.