mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
chore: added margins
This commit is contained in:
parent
d04aa564cd
commit
6038e1024d
@ -11,7 +11,7 @@ const Segment = dynamic(() => import('@components/Segment'))
|
|||||||
const Categories:NextPage = () => {
|
const Categories:NextPage = () => {
|
||||||
return <Container paddingTop>
|
return <Container paddingTop>
|
||||||
<SEO title='전체 카테고리' description='한국 디스코드봇 리스트의 전체 카테고리입니다.'/>
|
<SEO title='전체 카테고리' description='한국 디스코드봇 리스트의 전체 카테고리입니다.'/>
|
||||||
<h1 className='text-2xl font-bold mb-5'>전체 카테고리</h1>
|
<h1 className='text-2xl font-bold mt-2 mb-5'>전체 카테고리</h1>
|
||||||
<Segment>
|
<Segment>
|
||||||
<div className='text-center flex flex-wrap mt-1.5'>
|
<div className='text-center flex flex-wrap mt-1.5'>
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user