Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 cambiecitos de estilo muy pequeños #115

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/componentes/graficas/proyecto1/Grafica1.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ import datos from '@/datos/migracionMenores18';
}
h3 {
font-size: 1.9em;
line-height: 1.2em;
}
.tituloGrafica {
font-size: 1.35em;
Expand Down
1 change: 1 addition & 0 deletions src/componentes/graficas/proyecto1/Grafica2.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import datos from '@/datos/migracionViolenciaPdet';
}
h3 {
font-size: 1.9em;
line-height: 1.2em;
}
.tituloGrafica {
font-size: 1.35em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const colorPdet = '#cc2986';
}
h3 {
font-size: 1.9em;
line-height: 1.2em;
}
.tituloGrafica {
font-size: 1.35em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const colorMujeres = '#531cb3';
}
h3 {
font-size: 1.9em;
line-height: 1.2em;
}
.tituloGrafica {
font-size: 1.35em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const colorMujeres = '#531cb3';
}
h3 {
font-size: 1.9em;
line-height: 1.2em;
}
.tituloGrafica {
font-size: 1.35em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const colorPdet = '#cc2986';
}
h3 {
font-size: 1.9em;
line-height: 1.2em;
}
.tituloGrafica {
font-size: 1.35em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const colorMujeres = '#531cb3';
}
h3 {
font-size: 1.9em;
line-height: 1.2em;
}
.tituloGrafica {
font-size: 1.35em;
Expand Down
1 change: 1 addition & 0 deletions src/componentes/graficas/proyecto2/Grafica1.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ import datos from '@/datos/p2Aces';
}
h3 {
font-size: 1.9em;
line-height: 1.2em;
}
.tituloGrafica {
font-size: 1.35em;
Expand Down
1 change: 1 addition & 0 deletions src/componentes/graficas/proyecto2/Grafica2.astro
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ import PuntosPorcentuales from '@/componentes/PuntosPorcentuales.astro';

.titulo {
margin-bottom: 1em;
line-height: 1.2em;
}

#unoODos {
Expand Down
1 change: 1 addition & 0 deletions src/componentes/graficas/proyecto3/Grafica1.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import datos from '@/datos/p3AgresionSexualEdad';
}
h3 {
font-size: 1.9em;
line-height: 1.2em;
}
.tituloGrafica {
font-size: 1.35em;
Expand Down
1 change: 1 addition & 0 deletions src/componentes/graficas/proyecto3/Grafica2.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import datos from '@/datos/p3AgresionSexualConocidos';
}
h3 {
font-size: 1.9em;
line-height: 1.2em;
}
.tituloGrafica {
font-size: 1.35em;
Expand Down
1 change: 1 addition & 0 deletions src/componentes/graficas/proyecto3/Grafica3.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const colores = ['#f5ba39d5', 'purple'];
}
h3 {
font-size: 1.9em;
line-height: 1.2em;
}
.tituloGrafica {
font-size: 1.35em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import datos from '@/datos/p3ViolenciaFisicaAgresor';
}
h3 {
font-size: 1.9em;
line-height: 1.2em;
}
.tituloGrafica {
font-size: 1.35em;
Expand Down
3 changes: 2 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ import Plantilla from '@/plantillas/Plantilla.astro';
@media screen and (min-width: $corte4) {
#contenedorEnlaces {
flex-direction: row;
margin: 0 15vw 0 22vw;
margin: 0 15vw 0 24vw;
width: 70vw;
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/scss/estilosGlobales.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ main {
flex-direction: column;

.columna {
margin-left: 15vw;
margin-left: 10vw;
max-width: 75vw;
}
}
Expand Down Expand Up @@ -302,12 +302,12 @@ main {
}

.tituloSeccion {
margin: 1.5em 0 0 15vw;
margin: 1.5em 0 5em 10vw;
z-index: -1;
.subtitulo {
position: sticky;
top: 128px;
max-width: 4em;
max-width: 14em;
}
}

Expand Down