style: Notice style change

This commit is contained in:
원더 2021-01-13 14:28:28 +09:00
parent 20219e34a9
commit 5f11e2aa8a

View File

@ -1,10 +1,10 @@
const Notice = ({ header, desc }:NoticeProps) => {
return (
<div className='py-48 px-10 mx-auto my-auto h-screen text-center'>
<h1 className='text-3xl font-bold'>KOREANBOTS</h1>
<h1 className='text-4xl font-bold'>KOREANBOTS</h1>
<br />
<div>
<h1 className='text-2xl font-bold'>{header}</h1>
<h1 className='text-3xl font-bold mb-10'>{header}</h1>
<h2 className='text-lg font-semibold'>{desc}</h2>
<br />