Skip to content

Commit

Permalink
Improve responsive on Recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdburdick committed Jun 26, 2024
1 parent 332b75a commit 43e65d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/_content/Recommendations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Recommendations() {
<path d="M6 0H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v1a3 3 0 0 1-3 3H2a1 1 0 0 0 0 2h1a5.006 5.006 0 0 0 5-5V2a2 2 0 0 0-2-2Zm10 0h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v1a3 3 0 0 1-3 3h-1a1 1 0 0 0 0 2h1a5.006 5.006 0 0 0 5-5V2a2 2 0 0 0-2-2Z" />
</svg>
<div
className="prose-scale"
className="prose-scale text-pretty"
dangerouslySetInnerHTML={{
__html: convertNewLinesToHTML(recommendation.body),
}}
Expand Down Expand Up @@ -140,7 +140,7 @@ export default function Recommendations() {

const renderRecommendations = (
<Carousel setApi={setApi}>
<div className="flex items-center justify-center gap-2 sm:hidden md:gap-4 lg:hidden">
<div className="flex items-center justify-center gap-2 pb-8 sm:hidden md:gap-4 lg:hidden">
<CarouselPrevious className={carouselButtonClassName} />
<CarouselNext className={carouselButtonClassName} />
</div>
Expand Down

0 comments on commit 43e65d6

Please sign in to comment.