diff --git a/themes/hugo-blog-jeffprod/static/css/blog.css b/themes/hugo-blog-jeffprod/static/css/blog.css index 56c55c309cd7da1437ded81c0635742ede392be5..bdab9d01c7fb2b0d73341a4178ea3a68a6f55601 100644 --- a/themes/hugo-blog-jeffprod/static/css/blog.css +++ b/themes/hugo-blog-jeffprod/static/css/blog.css @@ -234,8 +234,8 @@ html,body { /* -------------------------blog detail--------------------------- */ .hero-warp { width: 100%; - height: 170px; - background: url("/img/banner02.png"); + height: 120px; + background: url("/img/banner.png"); } .has-text-centered { height: 100%; diff --git a/themes/hugo-blog-jeffprod/static/img/banner.png b/themes/hugo-blog-jeffprod/static/img/banner.png new file mode 100644 index 0000000000000000000000000000000000000000..11ca0500c6b75e8905fca5effded1b7041613f16 Binary files /dev/null and b/themes/hugo-blog-jeffprod/static/img/banner.png differ