Commit 949842d3 authored by Wilson Valverde's avatar Wilson Valverde

css changues

parent 450cabfc
...@@ -232,8 +232,21 @@ body { ...@@ -232,8 +232,21 @@ body {
width: 1vw; width: 1vw;
margin: 0.5vw 2.1vw; margin: 0.5vw 2.1vw;
} }
.container-carrusel{
width: 100% !important;
margin-top: 66.1vw;
margin-left: 0px !important;
margin-right: 0px !important;
}
@media screen and (max-width: 1536px) {
.container-carrusel{
}
}
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
.carousel-inner{width: 106vw!important;} .container-carrusel{
margin-top: 63vw;
}
.carousel-inner{width: 99vw!important;}
.formulario{ .formulario{
height: 42vw; height: 42vw;
} }
...@@ -244,7 +257,7 @@ body { ...@@ -244,7 +257,7 @@ body {
height: 5vw; height: 5vw;
} }
.aviso-formulario{ .aviso-formulario{
margin-top: 2vw; margin-top: -1vw;
} }
.btn-formulario{ .btn-formulario{
display: block; display: block;
...@@ -260,7 +273,7 @@ body { ...@@ -260,7 +273,7 @@ body {
font-size: 2vw; font-size: 2vw;
} }
.medium{ .medium{
margin-top: 15vw; margin-top: 8vw;
/* margin-bottom: 62vw; */ /* margin-bottom: 62vw; */
padding-bottom: 2vw; padding-bottom: 2vw;
} }
......
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
</container> </container>
<container class="row" style=" width: 100% !important; margin-top: 66.1vw; margin-left: 0px !important; margin-right: 0px !important;"> <container class="row container-carrusel" >
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators"> <ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li> <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment