Skip to content

Commit

Permalink
fix: Removed the broken background tile image
Browse files Browse the repository at this point in the history
  • Loading branch information
su-docker committed May 17, 2024
1 parent c973905 commit fb2d984
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ <h3>Total Access Management</h3>
</div>
</section>
<section class="feature left">
<div class="image" style="background-image: url('images/pic03.jpg')">
<div
class="image"
style="background-image: url('images/tile-bg.jpg')"
>
<img src="images/dashboard.png" alt="" />
</div>
<div class="content">
Expand Down

0 comments on commit fb2d984

Please sign in to comment.