0
0
Fork 0

fix: some style problem

This commit is contained in:
아르페 2023-12-15 11:56:00 +09:00
parent 6b34fb0bc6
commit ac46be89a6
No known key found for this signature in database
GPG key ID: B1EFBBF5C93FF78F
3 changed files with 4 additions and 4 deletions

View file

@ -76,7 +76,7 @@ export const IndexWelcomePage: React.VFC = () => {
<>
<Hero className="fluid shadow-2" isMobile={isMobile}>
<div className="hero">
<h1 className="shadow-t font-misskey">{t('title')}</h1>
<h1 className="shadow-t font-misskey">Misskey Tools</h1>
<p className="shadow-t">{t('description1')}</p>
<p className="shadow-t">{t('description2')}</p>
<FormWrapper className="bg-panel pa-2 mt-4 rounded shadow-2">