fix: update dark text color and fix responsive issues

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-04-25 15:29:44 +07:00
parent 59c3f07beb
commit 3a3ff3798f
5 changed files with 15 additions and 11 deletions

View File

@@ -62,7 +62,7 @@ export function Gallery({ images }: { images: { src: string; altText: string }[]
</Link>
</div>
</div>
<p className="absolute bottom-[5%] flex w-full justify-center text-sm text-neutral-500">
<p className="absolute bottom-[5%] flex w-full justify-center text-xs text-neutral-500">
Representative Image
</p>
</>