Skip to content

Commit

Permalink
css2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lebourdais authored Nov 3, 2023
1 parent 7d2918b commit c893327
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ body {

/* GENERAL ELEMENTS */
.section {
padding: 12rem 3rem;
padding: 15rem 3rem;

border-top: 1px solid #ddd;

transition: transform 1s, opacity 1s;
}

.section--hidden {
opacity: 0;
transform: translateY(6rem);
transform: translateY(8rem);
}

.section__title {
max-width: 80rem;
margin: 0 auto 6rem auto;
max-width: 150rem;
margin: 0 auto 8rem auto;
}

.section__description {
Expand Down

0 comments on commit c893327

Please sign in to comment.