Skip to content

Commit

Permalink
Realizando nuevos ajustes al proyecto
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezlmatias committed Oct 30, 2023
1 parent 5a32818 commit 9f3cb2f
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 20 deletions.
22 changes: 13 additions & 9 deletions CSS/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CSS/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified img/Estrategias1.webp
Binary file not shown.
Binary file modified img/Estrategias2.webp
Binary file not shown.
Binary file modified img/Estrategias3.webp
Binary file not shown.
Binary file modified img/Estrategias4.webp
Binary file not shown.
Binary file modified img/Recursos 1.webp
Binary file not shown.
Binary file modified img/Recursos 2.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions scss/utilities/_maps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $ancho:(
noventaycinco: 95%,
noventa: 90%,
ochenta: 80%,
video: 560px,
video: 500px,
videomediano: 400px,
videopequenio: 350px,
videomobile: 280px,
botongrande: 300px,
botongrande: 330px,
botoncomun: 150px,
botonpequenio: 120px
);
Expand Down
1 change: 1 addition & 0 deletions scss/utilities/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $margen-xsss: 15px;
$margen-xs: 20px;
$margen-sxs: 25px;
$margen-s: 30px;
$margen-sm: 35px;
$margen-m: 40px;
$margen-l: 50px;
$margen-xl: 60px;
Expand Down
8 changes: 6 additions & 2 deletions scss/views/_inicio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@

.seccion-principal {
@extend %margen-seccion-principal;
.video.inicio {
margin-left: $margen-sm;
}
.articulo1 {
@extend %formato-articulo;
margin-left: $margen-s;
margin-left: $margen-xs;
margin-right: $margen-m;
.titulo-articulo {
@extend %titulo-articulo;
font-weight: bold;
margin-top: $margen-xss;
margin-top: $margen-xs;
margin-bottom: $margen-xs;
}
}
Expand Down
6 changes: 3 additions & 3 deletions scss/views/_nosotros.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
.articulo2 {
@extend %formato-articulo;
@extend %estilo-borde-inferior;
margin-left: 50px;
margin-left: $margen-m;
margin-right: $margen-m;
margin-top: $margen-xsss;
.titulo-articulo {
color: $color-titulo-seccion;
text-align: center;
font-size: xx-large;
margin-bottom: 30px;
margin-bottom: $margen-s;
}
}
.video.articulo2 {
margin-top: -10px;
margin-left: -30px;
width: 500px;
width: map-get($ancho, video);
}
}

Expand Down
6 changes: 3 additions & 3 deletions scss/views/_recursos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
text-align: justify;
line-height: $margen-s;
padding: $margen-xsss;
margin-left: 80px;
margin-right: 80px;
margin-left: $margen-l;
margin-right: $margen-l;
margin-bottom: $margen-xss;
@extend %estilo-borde-inferior;
}
Expand Down Expand Up @@ -77,7 +77,7 @@
.botonrec {
@extend %formato-texto;
background-color: $color-fondo-botones;
padding: $margen-xs;
padding: $margen-sxs;
display: inline-table;
border-radius: $margen-s;
color: $color-white;
Expand Down

0 comments on commit 9f3cb2f

Please sign in to comment.