Skip to content

Commit

Permalink
Merge pull request #119 from enflujo/correcion-3-nov
Browse files Browse the repository at this point in the history
Prueba 3 nov
  • Loading branch information
1cgonza authored Dec 1, 2023
2 parents 8234457 + 5090914 commit 2789cb6
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 1 deletion.
File renamed without changes.
Binary file added recursos/imgs/img-1.webp
Binary file not shown.
Binary file added recursos/imgs/img-2.webp
Binary file not shown.
Binary file added recursos/imgs/img-3.webp
Binary file not shown.
43 changes: 43 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ import Plantilla from '@/plantillas/Plantilla.astro';
los padres como forma de educación hacia sus hijos. Muchos también consideran que la violencia que ocurre
dentro del hogar es un asunto privado y se espera que los niños se sometan a la voluntad de sus padres.
</p>

<img class="ilustracion" src="/especiales/vacs/imgs/img-3.webp" />

<section class="seccion medio">
<p>
Un grupo de investigadores del
Expand Down Expand Up @@ -271,6 +274,46 @@ import Plantilla from '@/plantillas/Plantilla.astro';
}
}

.medio {
h2 {
line-height: 1.5em;
}
}

.ilustracion {
width: 70vw;
margin-top: 13.5vh;
margin-left: 20vw;
}

@media screen and (min-width: $corte1) {
.ilustracion {
width: 90vw;
margin-left: 0.1em;
}
}

@media screen and (min-width: $corte2) {
.ilustracion {
width: 85vw;
margin-left: 0;
}
}

@media screen and (min-width: $corte3) {
.ilustracion {
width: 70vw;
padding-right: 15vw;
}
}

@media screen and (min-width: $corte4) {
.ilustracion {
width: 70vw;
margin-left: -7vw;
}
}

@media screen and (min-width: $corte4) {
#inicio {
h1 {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/proyecto4.astro
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const elementosIndice = [
<ul class="narracion" style="margin-bottom:35vh">
<p class="narracion">Así se ve el modelo socioecológico que encontramos:</p>

<img class="imagenEstigma" src="/especiales/vacs/estigma_socioeco.webp" />
<img class="imagenEstigma" src="/especiales/vacs/imgs/estigma_socioeco.webp" />

<h4 class="subtituloInterno">Puntos claves</h4>
<li>
Expand Down

0 comments on commit 2789cb6

Please sign in to comment.