0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-12 11:18:36 +09:00

Add padding

This commit is contained in:
2021-06-22 17:59:40 +09:00
parent 6e065045ad
commit 998fe67c15

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}