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 48c33a7 commit 12e487f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ header {
}

header .logo {
font-size: 2rem;
font-size: 3rem;
font-weight: bold;
display: flex;
align-items: center;
Expand Down Expand Up @@ -84,7 +84,6 @@ section {
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 @@ -103,6 +102,7 @@ section h1, section h2, section h3 {
font-size: 2.5rem;
margin: 0;
padding: 0;
text-align: center;
}

section p {
Expand Down Expand Up @@ -331,4 +331,3 @@ footer a:hover {
opacity: 1;
transform: translateY(0);
}

0 comments on commit 12e487f

Please sign in to comment.