mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-24 11:11:29 +08:00
refactor: Improve layout and styling across multiple components
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user