Skip to content

Commit

Permalink
Fix tbtc sdk page title responsivity
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrosaturnino committed Jan 3, 2024
1 parent d604b88 commit 43241ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/build-page/tbtc-sdk/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface SDKTitleProps {
}

const SDKTitle: FC<SDKTitleProps> = ({ title, highlightedWord }) => (
<Box mr="-4rem">
<Box mr={{ lg: "-4rem" }}>
<HighlightWord
title={title}
highlightedWord={highlightedWord}
Expand Down

0 comments on commit 43241ac

Please sign in to comment.