mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-22 18:21:33 +08:00
feat: add top margin
This commit is contained in:
@ -11,7 +11,7 @@ const GiscusComment = () => {
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<div id={id} className='w-full'>
|
||||
<div id={id} className='mt-3 w-full'>
|
||||
{mounted ? (
|
||||
<Giscus
|
||||
id={id}
|
||||
|
Reference in New Issue
Block a user