mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
chore: added margin top
This commit is contained in:
parent
0d26a218af
commit
1eac15ce86
@ -11,7 +11,7 @@ const Categories:NextPage = () => {
|
||||
return <Container paddingTop>
|
||||
<h1 className='text-2xl font-bold mb-5'>전체 카테고리</h1>
|
||||
<Segment>
|
||||
<div className='text-center flex flex-wrap'>
|
||||
<div className='text-center flex flex-wrap mt-1.5'>
|
||||
{
|
||||
categories.map(t => <Tag key={t} text={<>
|
||||
<i className={categoryIcon[t]} /> {t}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user