Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaquer authored Jul 10, 2024
1 parent fc3e88b commit 48c33a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ section {
opacity: 0;
transform: translateY(50px);
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
padding: 4rem 0;
text-align: center; /* Agrega esta línea para centrar el texto */
}

section.active {
Expand All @@ -98,6 +100,9 @@ section h1, section h2, section h3 {
margin-bottom: 1rem;
display: inline-block;
padding-left: 2rem;
font-size: 2.5rem;
margin: 0;
padding: 0;
}

section p {
Expand All @@ -117,7 +122,7 @@ section img {

.partners img {
max-width: 100%;
height: auto;
height: 400px;
display: block;
margin: 0 auto;
border-radius: 1cm
Expand Down

0 comments on commit 48c33a7

Please sign in to comment.