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 3, 2023
1 parent 7010715 commit 5a0cb30
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,13 @@ main {
padding-bottom: 80px;
}

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

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

@media screen and (min-width: 375px) {}
@media screen and (min-width: 375px) {
}

@media screen and (min-width: 768px) {
.section-title {
Expand All @@ -164,7 +161,6 @@ main {
padding-bottom: 100px;
}

.your-order-section {}

.testimonials-section {
padding-top: 100px;
Expand All @@ -186,10 +182,9 @@ main {
padding-bottom: 150px;
}

.your-order-section {}

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

0 comments on commit 5a0cb30

Please sign in to comment.