mirror of https://gitlab.com/m3f_usm/cms
fix estilos
parent
15a817f9b6
commit
723125ec1b
|
@ -392,6 +392,12 @@ h6 {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#hero .carousel-item img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
|
||||||
#hero .carousel-container {
|
#hero .carousel-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
|
|
@ -391,6 +391,12 @@ h6 {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#hero .carousel-item img {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
|
||||||
#hero .carousel-container {
|
#hero .carousel-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
|
|
@ -59,7 +59,12 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section><!-- End Hero -->
|
</section><!-- End Hero -->
|
||||||
{% placeholder "textopagina" %}
|
|
||||||
|
<section>
|
||||||
|
<article style="padding: 2rem;">
|
||||||
|
{% placeholder "textopagina" %}
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue