Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Revert "Improved: Spacing around product carousal in home page(#471-E…
Browse files Browse the repository at this point in the history
…xtra-padding-carousal)"

This reverts commit 3661979.
  • Loading branch information
ymaheshwari1 committed Jan 11, 2021
1 parent c3bbad2 commit e93a4f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,12 @@ export default {
margin: var(--spacer-2xl) 0;
}
}
.section {
padding-left: var(--spacer-xl);
padding-right: var(--spacer-xl);
@include for-desktop {
padding-left: 0;
padding-right: 0;
}
}
</style>

0 comments on commit e93a4f6

Please sign in to comment.