diff --git a/src/components/Home/RecommendedItemList/RecommendedItemList.module.scss b/src/components/Home/RecommendedItemList/RecommendedItemList.module.scss index 634511ba..43f2f083 100644 --- a/src/components/Home/RecommendedItemList/RecommendedItemList.module.scss +++ b/src/components/Home/RecommendedItemList/RecommendedItemList.module.scss @@ -1,9 +1,10 @@ -@use "@/sass" as *; +@use '@/sass' as *; .container { @include slide_button_container; .slide_box { + padding: 0 20px; @include slide_list_container; gap: 16px; } diff --git a/src/components/Home/RecommendedLocationList/RecommendedLocationList.module.scss b/src/components/Home/RecommendedLocationList/RecommendedLocationList.module.scss index ba1ada99..b51b570d 100644 --- a/src/components/Home/RecommendedLocationList/RecommendedLocationList.module.scss +++ b/src/components/Home/RecommendedLocationList/RecommendedLocationList.module.scss @@ -1,9 +1,10 @@ -@use "@/sass" as *; +@use '@/sass' as *; .container { @include slide_button_container; .slide_box { + padding: 0 20px; @include slide_list_container; gap: 8px; } diff --git a/src/components/Home/TripSpaceAtHome/TripSpaceAtHome.module.scss b/src/components/Home/TripSpaceAtHome/TripSpaceAtHome.module.scss index ba1ada99..b51b570d 100644 --- a/src/components/Home/TripSpaceAtHome/TripSpaceAtHome.module.scss +++ b/src/components/Home/TripSpaceAtHome/TripSpaceAtHome.module.scss @@ -1,9 +1,10 @@ -@use "@/sass" as *; +@use '@/sass' as *; .container { @include slide_button_container; .slide_box { + padding: 0 20px; @include slide_list_container; gap: 8px; } diff --git a/src/components/Home/VoteAtHome/VoteCard/CardHaveVote/CardHaveVote.module.scss b/src/components/Home/VoteAtHome/VoteCard/CardHaveVote/CardHaveVote.module.scss index 0d4eccbf..fe5cd179 100644 --- a/src/components/Home/VoteAtHome/VoteCard/CardHaveVote/CardHaveVote.module.scss +++ b/src/components/Home/VoteAtHome/VoteCard/CardHaveVote/CardHaveVote.module.scss @@ -3,6 +3,7 @@ .container { @include slide_button_container; .slide_box { + padding: 0 20px; @include slide_list_container; gap: 8px;