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 -->
|
||||
<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--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>
|
||||
|
||||
Reference in New Issue
Block a user