fix: spacing for slideshow (#22996)
This commit is contained in:
parent
285e059394
commit
3325be1d87
@ -297,6 +297,10 @@
|
|||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item-group-slideshow {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.product-image-img {
|
.product-image-img {
|
||||||
border: 1px solid @light-border-color;
|
border: 1px solid @light-border-color;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
<div class="item-group-content" itemscope itemtype="http://schema.org/Product">
|
<div class="item-group-content" itemscope itemtype="http://schema.org/Product">
|
||||||
<div>
|
<div class="item-group-slideshow">
|
||||||
{% if slideshow %}<!-- slideshow -->
|
{% if slideshow %}<!-- slideshow -->
|
||||||
{% include "templates/includes/slideshow.html" %}
|
{% include "templates/includes/slideshow.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user