Commit 395ef31

HPCesia <me@hpcesia.com>
2025-02-17 06:11:26
perf: post info style
1 parent b6e9b75
Changed files (1)
src
components
src/components/misc/PostInfo.astro
@@ -62,7 +62,7 @@ const metas: ({ icon: string; text: string; link?: string; time?: Date } | undef
 ];
 ---
 
-<div id="post-info" class:list={['flex flex-col', className]}>
+<div id="post-info" class:list={['flex flex-col max-md:px-3', className]}>
   <h1 class="text-3xl font-bold">{title}</h1>
   {
     metas.filter((item) => Boolean(item)).length > 0 && (