refactor: Improve layout and styling across multiple components

This commit is contained in:
KazooTTT
2025-02-08 18:32:57 +08:00
parent 1653e679fc
commit 8e8dc71801
9 changed files with 17 additions and 25 deletions

View File

@ -26,7 +26,7 @@ const socialImageURL = new URL(ogImage ? ogImage : "/social-card.png", Astro.url
{
socialImageURL && (
<div class="mb-6 aspect-video p-4">
<div class="mb-6 aspect-video">
<img
alt={socialImageURL}
class="rounded-lg object-cover"