diff --git a/assets/css/custom.css b/assets/css/custom.css index 41aebf8..536bdb7 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -220,7 +220,7 @@ a.wp-block-tiptip-hyperlink-group-block { .illustrated-heading::after { content: ''; display: inline-block; - background: url(https://jett.autonomic.zone/wp-content/uploads/2024/06/image.png); + background: url('../images/illustrated-header-img.png'); height: 501px; width: 632px; background-size: contain; @@ -238,7 +238,7 @@ a.wp-block-tiptip-hyperlink-group-block { .illustrated-heading::after { content: ''; display: inline-block; - background: url(https://jett.autonomic.zone/wp-content/uploads/2024/06/image.png); + background: url('../images/illustrated-header-img.png'); height: 290.476px; width: 342px; background-size: contain; diff --git a/assets/images/illustrated-header-img.png b/assets/images/illustrated-header-img.png new file mode 100644 index 0000000..543a1d4 Binary files /dev/null and b/assets/images/illustrated-header-img.png differ