We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f91391e + a492be9 commit 72502d5Copy full SHA for 72502d5
app/components/course-overview-page/testimonial-list-item.hbs
@@ -1,4 +1,4 @@
1
-<a href={{@testimonial.link}} class="block py-4 pr-6 group" target="_blank" rel="noopener noreferrer">
+<a href={{@testimonial.link}} class="block py-4 group" target="_blank" rel="noopener noreferrer">
2
<span class="flex">
3
<span class="flex flex-col items-center mr-3 px-1">
4
<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
-<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
+<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
{{#each @course.testimonials as |testimonial|}}
<CourseOverviewPage::TestimonialListItem @testimonial={{testimonial}} />
{{/each}}
0 commit comments