Skip to content

Commit 72502d5

Browse files
authored
Merge pull request #2649 from codecrafters-io/update-testimonial-list-styles
refactor: adjust spacing in testimonial components
2 parents f91391e + a492be9 commit 72502d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/course-overview-page/testimonial-list-item.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href={{@testimonial.link}} class="block py-4 pr-6 group" target="_blank" rel="noopener noreferrer">
1+
<a href={{@testimonial.link}} class="block py-4 group" target="_blank" rel="noopener noreferrer">
22
<span class="flex">
33
<span class="flex flex-col items-center mr-3 px-1">
44
<span class="w-px bg-gray-200 dark:bg-white/5 group-hover:bg-gray-300 dark:group-hover:bg-gray-700/60 flex-grow mb-2 transition-colors">

app/components/course-overview-page/testimonial-list.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
1+
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
22
{{#each @course.testimonials as |testimonial|}}
33
<CourseOverviewPage::TestimonialListItem @testimonial={{testimonial}} />
44
{{/each}}

0 commit comments

Comments
 (0)