Merge recent changes #1

Merged
aadil merged 23 commits from dev into main 2023-01-24 07:44:26 +00:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit 0cf22317e7 - Show all commits

BIN
assets/images/arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

View File

@ -15,8 +15,8 @@
<h2>What we offer</h2>
<!-- /wp:heading -->
<!-- wp:list -->
<ul><!-- wp:list-item -->
<!-- wp:list {"style":{"typography":{"fontSize":"28px","fontStyle":"normal","fontWeight":"700","lineHeight":"1.6"},"spacing":{"padding":{"left":"120px"}}}} -->
<ul style="padding-left:120px;font-size:28px;font-style:normal;font-weight:700;line-height:1.6"><!-- wp:list-item -->
<li>Support</li>
<!-- /wp:list-item -->

View File

@ -48,3 +48,7 @@ with others.
border-left: 1px solid;
border-bottom: 1px solid #f5fbf8;
}
.wp-site-blocks ul {
list-style-image: url('/wp-content/themes/autonomic/assets/images/arrow.png');
}