chore: added margin top

This commit is contained in:
원더 2021-01-29 22:01:17 +09:00
parent 0d26a218af
commit 1eac15ce86

View File

@ -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}