fix estilos

develop/rodrigo
Francisco Sandoval 2023-12-15 17:46:18 -03:00
parent 15a817f9b6
commit 723125ec1b
3 changed files with 18 additions and 1 deletions

View File

@ -392,6 +392,12 @@ h6 {
bottom: 0;
}
#hero .carousel-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
#hero .carousel-container {
display: flex;
align-items: flex-end;

View File

@ -391,6 +391,12 @@ h6 {
bottom: 0;
}
#hero .carousel-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
#hero .carousel-container {
display: flex;
align-items: flex-end;

View File

@ -59,7 +59,12 @@
</div>
</section><!-- End Hero -->
{% placeholder "textopagina" %}
<section>
<article style="padding: 2rem;">
{% placeholder "textopagina" %}
</article>
</section>
{% endblock %}