fix border

This commit is contained in:
CHIEFSOFT\ameye
2024-05-11 13:09:54 -04:00
parent d25f3b4010
commit 30b747fdba
2 changed files with 7 additions and 7 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 2.0 MiB

+7 -7
View File
@@ -801,18 +801,18 @@
<!-- IMAGE BLOCK -->
<div class="row">
<div class="col">
<div class="col" style="border-radius: 15px;">
<div class="img-block video-preview wow fadeInUp">
<!-- Play Icon -->
<a class="video-popup2" href="https://www.youtube.com/watch?v=7e90gBu4pas">
<div class="video-btn video-btn-xl bg--theme">
<div class="video-block-wrapper"><span class="flaticon-play-button"></span></div>
</div>
</a>
<!-- <a class="video-popup2" href="https://www.youtube.com/watch?v=7e90gBu4pas"> -->
<!-- <div class="video-btn video-btn-xl bg&#45;&#45;theme"> -->
<!-- <div class="video-block-wrapper"><span class="flaticon-play-button"></span></div>-->
<!-- </div>-->
<!-- </a>-->
<!-- Preview Image -->
<img class="img-fluid" src="{% static 'images/dashboard-01.png' %}" alt="video-preview">
<img class="img-fluid" style="border-radius: 15px;" src="{% static 'images/dashboard-01.png' %}" alt="video-preview">
</div>
</div>