update
This commit is contained in:
@@ -75,6 +75,14 @@
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
ul.li-sp li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
ul.li-sp li>ul>li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
@media(min-width: 991px) {
|
||||
.shadow-externo {
|
||||
grid-template-columns: auto 50px;
|
||||
@@ -139,17 +147,20 @@
|
||||
<div class="swiper-slide">
|
||||
<div class="row justify-content-center align-items-center h-100">
|
||||
<div class="col-7 col-md-5 text-center mb-3 mb-md-0">
|
||||
<img src="img/02.1.png" class="img-fluid">
|
||||
<img src="img/02.3.png" class="img-fluid">
|
||||
</div>
|
||||
<div class="col-12 col-md-7">
|
||||
<h4 class="fw-bold text-green-1">Forma Farmacéutica y formulación</h4>
|
||||
<p>Principio activo: <strong>Estriol</strong></p>
|
||||
<p>Forma farmacéutica : <strong>Crema</strong></p>
|
||||
<p>Forma farmacéutica: <strong>Crema</strong></p>
|
||||
<p>Formulación:</p>
|
||||
<p>Cada 100 gramos contienen:</p>
|
||||
<ul class="mb-0">
|
||||
<li><strong>Estriol</strong> 50mg</li>
|
||||
<li>Excipiente cbp 100g</li>
|
||||
<ul class="li-sp mb-0">
|
||||
<li>Cada 100 gramos contienen:
|
||||
<ul class="mb-0 mt-3">
|
||||
<li><strong>Estriol</strong> 50mg</li>
|
||||
<li>Excipiente cbp 100g</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user