Skip to content

Commit

Permalink
FeaturePanel: Add margin to boulder badge (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaclavik authored Feb 28, 2025
1 parent 7a97ba6 commit 1fc9040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeaturePanel/FeaturePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const FeaturePanel = ({ headingRef }: FeaturePanelProps) => {
<FeaturePanelClimbingGuideInfo />
<PanelSidePadding>
<FeatureHeading ref={headingRef} />
<Stack spacing={1} alignItems="flex-start">
<Stack spacing={1} alignItems="flex-start" sx={{ marginBottom: 1 }}>
<ClimbingRouteGrade />
<ClimbingTypeBadge feature={feature} />
</Stack>
Expand Down

0 comments on commit 1fc9040

Please sign in to comment.