From 2807c9af63162fd06b396a295f85d236cdea9db8 Mon Sep 17 00:00:00 2001 From: jlcao Date: Fri, 7 Dec 2018 14:56:31 +0800 Subject: [PATCH] Update style.css --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 5aa8cf4..c0515e7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -191,7 +191,7 @@ progress::-moz-progress-value { margin: 0 auto; margin-top:20px; margin-bottom: 10px; - background-image:url('https://raw.githubusercontent.com/caojiele/resume/master/index_files/avator.png'); + background-image:url('https://raw.githubusercontent.com/caojiele/resume/master/static/image/avator.png'); background-size: 120%; background-position:center; border-radius:50%; -- GitLab