mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 20:20:09 +09:00
Fix image centering
This commit is contained in:
parent
92bb8b995c
commit
b6f427d605
@ -10,6 +10,7 @@ const HappyBusy = (props) => {
|
|||||||
width={200}
|
width={200}
|
||||||
height={42}
|
height={42}
|
||||||
alt="時間のないサイト運営者リング"
|
alt="時間のないサイト運営者リング"
|
||||||
|
className="mx-auto"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -11,7 +11,7 @@ const FontAwesomeMenu = (props) => {
|
|||||||
<div>
|
<div>
|
||||||
<Link href={{ pathname: dest, query: query }}>
|
<Link href={{ pathname: dest, query: query }}>
|
||||||
<a>
|
<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>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user