Skip to content

Commit

Permalink
Update base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethBil committed Oct 2, 2023
1 parent 41dc0d2 commit 8a80146
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ main {
}

.testimonials-section {
padding-top: 81px;
padding-bottom: 80px;
}

Expand All @@ -165,10 +166,10 @@ main {
}

.your-order-section {
padding-bottom: 100px;
}

.testimonials-section {
padding-top: 100px;
padding-bottom: 100px;
}
}
Expand All @@ -188,10 +189,10 @@ main {
}

.your-order-section {
padding-bottom: 150px;
}

.testimonials-section {
padding-top: 150px;
padding-bottom: 150px;
}
}

0 comments on commit 8a80146

Please sign in to comment.