fix: 画像パスの修正

This commit is contained in:
yuki540 2018-06-15 20:44:07 +09:00
parent 65776c19c5
commit c140ad5b2f

View File

@ -18,7 +18,7 @@
content: ""; display: block;
width: 100%; height: 100%;
border-radius: 50%;
background-image: url(../images/profile/yuk540.png);
background-image: url(../images/profile/yui540.png);
background-size: cover;
background-position: center;
}