fix border
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 2.0 MiB |
@@ -801,18 +801,18 @@
|
|||||||
|
|
||||||
<!-- IMAGE BLOCK -->
|
<!-- IMAGE BLOCK -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col" style="border-radius: 15px;">
|
||||||
<div class="img-block video-preview wow fadeInUp">
|
<div class="img-block video-preview wow fadeInUp">
|
||||||
|
|
||||||
<!-- Play Icon -->
|
<!-- Play Icon -->
|
||||||
<a class="video-popup2" href="https://www.youtube.com/watch?v=7e90gBu4pas">
|
<!-- <a class="video-popup2" href="https://www.youtube.com/watch?v=7e90gBu4pas"> -->
|
||||||
<div class="video-btn video-btn-xl bg--theme">
|
<!-- <div class="video-btn video-btn-xl bg--theme"> -->
|
||||||
<div class="video-block-wrapper"><span class="flaticon-play-button"></span></div>
|
<!-- <div class="video-block-wrapper"><span class="flaticon-play-button"></span></div>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
</a>
|
<!-- </a>-->
|
||||||
|
|
||||||
<!-- Preview Image -->
|
<!-- 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>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user