Skip to content

Commit

Permalink
💄 Agrandar letra
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Jul 19, 2023
1 parent e43eea7 commit cc81464
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/vistas/VistaHistorias.vue
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ import GraficaBarras from '../componentes/GraficaBarras.vue';
padding: 1em 0em;
background: linear-gradient(180deg, $colorOscuro 0%, $colorFondoHistorias 1%);
font-size: 1.5em;
line-height: 1.3;
color: $colorOscuro;
h1 {
Expand Down Expand Up @@ -469,6 +470,7 @@ import GraficaBarras from '../componentes/GraficaBarras.vue';
.tituloHistoria {
color: $colorOscuro;
line-height: 1.3;
}
}
Expand All @@ -482,7 +484,7 @@ import GraficaBarras from '../componentes/GraficaBarras.vue';
p {
padding-bottom: 2em;
font-size: 1.1em;
font-size: 1.2em;
}
img {
Expand All @@ -503,6 +505,8 @@ import GraficaBarras from '../componentes/GraficaBarras.vue';
p {
margin-bottom: 1em;
font-size: 1.2em;
line-height: 1.3;
}
h3 {
Expand All @@ -511,6 +515,7 @@ import GraficaBarras from '../componentes/GraficaBarras.vue';
margin-right: 3em;
line-height: 25px;
margin-left: 2;
line-height: 1.3;
}
.testimonio {
Expand Down

0 comments on commit cc81464

Please sign in to comment.