use local asset for illustrated header image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aadil Ayub 2024-07-15 18:42:13 +05:00
parent 9f0f1525b8
commit d0cb09ce17
2 changed files with 2 additions and 2 deletions

View File

@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 KiB