Skip to content

Commit

Permalink
Cambios medidas
Browse files Browse the repository at this point in the history
  • Loading branch information
abifonziuade committed Sep 29, 2023
1 parent 629c5a8 commit 8ffd0f5
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.
16 changes: 8 additions & 8 deletions estilos/estilos.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ header {
flex-direction: row;
align-items: center;
justify-content: space-between;
padding-right: 50px;
padding-right: 1rem;
border-bottom: 1px solid #eff3f7;

}

header a {
text-decoration: none;
color: #1A4301;
font-size: 16px;
font-size: 1rem;
}

footer {
Expand All @@ -37,11 +37,11 @@ footer {
align-items: flex-end;
justify-content: space-between;
border-top: 1px solid #e5ebf1;
padding: 0px 50px;
padding: 0px 4%;
}

footer p {
font-size: 14px;
font-size: 1rem;
color: #6C757D;
}

Expand All @@ -57,16 +57,16 @@ footer p {
}

.logo {
width: 105px;
width: 50%;
padding-left: 3%;
}

header div {
display: flex;
flex-direction: row;
gap: 60px;
gap: 2rem;
}

p {
font-size: 20px;
}
font-size: 1.2rem;
}
16 changes: 8 additions & 8 deletions estilos/estilos_avances.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ header {
flex-direction: row;
align-items: center;
justify-content: space-between;
padding-right: 50px;
padding-right: 1rem;
border-bottom: 1px solid #eff3f7;

}

header a {
text-decoration: none;
color: #1A4301;
font-size: 16px;
font-size: 1rem;
}

footer {
Expand All @@ -37,28 +37,28 @@ footer {
align-items: flex-end;
justify-content: space-between;
border-top: 1px solid #e5ebf1;
padding: 0px 50px;
padding: 0px 4%;
}

footer p {
font-size: 14px;
font-size: 1rem;
color: #6C757D;
}

.logo {
width: 105px;
width: 50%;
padding-left: 3%;
}

header div {
display: flex;
flex-direction: row;
gap: 60px;
gap: 2rem;
}


h1 {
margin-left: 40px;
margin-left: 5rem;
text-align: center;
margin-top: 10%;
margin-top: 5rem;
}
11 changes: 5 additions & 6 deletions estilos/estilos_integrantes.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ header {
flex-direction: row;
align-items: center;
justify-content: space-between;
padding-right: 50px;
padding-right: 1rem;
border-bottom: 1px solid #eff3f7;

}

header a {
text-decoration: none;
color: #1A4301;
font-size: 16px;
font-size: 1rem;
}

footer {
Expand All @@ -37,16 +36,16 @@ footer {
align-items: flex-end;
justify-content: space-between;
border-top: 1px solid #e5ebf1;
padding: 0px 50px;
padding: 0px 4%;
}

footer p {
font-size: 14px;
font-size: 1rem;
color: #6C757D;
}

.logo {
width: 105px;
width: 50%;
padding-left: 3%;
}

Expand Down
20 changes: 10 additions & 10 deletions estilos/estilos_proyecto.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ header {
flex-direction: row;
align-items: center;
justify-content: space-between;
padding-right: 50px;
padding-right: 1rem;
border-bottom: 1px solid #eff3f7;

}

header a {
text-decoration: none;
color: #1A4301;
font-size: 16px;
font-size: 1rem;
}

footer {
Expand All @@ -37,32 +37,32 @@ footer {
align-items: flex-end;
justify-content: space-between;
border-top: 1px solid #e5ebf1;
padding: 0px 50px;
padding: 0px 4%;
}

footer p {
font-size: 14px;
font-size: 1rem;
color: #6C757D;
}

.logo {
width: 105px;
width:50%;
padding-left: 3%;
}

header div {
display: flex;
flex-direction: row;
gap: 60px;
gap: 2rem;
}

p {
font-size: 20px;
margin-left: 40px;
margin-right: 40px;
font-size: 1rem;
margin-left: 2rem;
margin-right: 2rem;
text-align: justify;
}

h2 {
margin-left: 40px;
margin-left: 2rem;
}
17 changes: 9 additions & 8 deletions estilos/estilos_sitio_del_proyecto.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@ header {
flex-direction: row;
align-items: center;
justify-content: space-between;
padding-right: 50px;
padding-right: 1rem;
border-bottom: 1px solid #eff3f7;

}

header a {
text-decoration: none;
color: #1A4301;
font-size: 16px;
font-size: 1rem;
}


footer {
margin-top: auto;
height: 10vh;
Expand All @@ -37,27 +38,27 @@ footer {
align-items: flex-end;
justify-content: space-between;
border-top: 1px solid #e5ebf1;
padding: 0px 50px;
padding: 0px 4%;
}

footer p {
font-size: 14px;
font-size: 1rem;
color: #6C757D;
}

.logo {
width: 105px;
width: 50%;
padding-left: 3%;
}

header div {
display: flex;
flex-direction: row;
gap: 60px;
gap: 2rem;
}

h1 {
margin-left: 40px;
margin-left: 5rem;
text-align: center;
margin-top: 10%;
margin-top: 5rem;
}

0 comments on commit 8ffd0f5

Please sign in to comment.