Fix image centering

This commit is contained in:
yude 2021-12-11 21:32:51 +09:00
parent 92bb8b995c
commit b6f427d605
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ const HappyBusy = (props) => {
width={200}
height={42}
alt="時間のないサイト運営者リング"
className="mx-auto"
/>
</a>
</Link>

View File

@ -11,7 +11,7 @@ const FontAwesomeMenu = (props) => {
<div>
<Link href={{ pathname: dest, query: query }}>
<a>
<FontAwesomeIcon icon={icon} className="w-10 h-10 fill-current inline transition duration-200 ease-in-out transform hover:-translate-y-1 hover:scale-110" />
<FontAwesomeIcon icon={icon} className="text-5xl fill-current inline transition duration-200 ease-in-out transform hover:-translate-y-1 hover:scale-110" />
</a>
</Link>
</div>