0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Add padding

This commit is contained in:
yude 2021-06-22 17:59:40 +09:00
parent 6e065045ad
commit 998fe67c15
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -28,7 +28,7 @@ export default function About(props) {
<div>
<div className="flex mb-10 justify-center">
<Image
className = "rounded-full hover:animate-rumble z-0"
className = "rounded-full hover:animate-rumble z-0 p-15"
src = "/static/images/avatar.png"
alt = "yude's avatar"
width = {200}