diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/website/ts/components/documentation/tutorial_button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/components/documentation/tutorial_button.tsx b/packages/website/ts/components/documentation/tutorial_button.tsx index b4056753c..094bc3d92 100644 --- a/packages/website/ts/components/documentation/tutorial_button.tsx +++ b/packages/website/ts/components/documentation/tutorial_button.tsx @@ -44,7 +44,7 @@ export class TutorialButton extends React.Component<TutorialButtonProps, Tutoria <div className="col col-1 flex items-center sm-pr3"> <img src={this.props.tutorialInfo.iconUrl} height={40} /> </div> - <div className="pl2 col col-10"> + <div className="lg-pl2 md-pl2 sm-pl3 col col-10"> <Text Tag="div" fontSize="18" fontColor={colors.lightLinkBlue} fontWeight="bold"> {this.props.translate.get(this.props.tutorialInfo.title as Key, Deco.Cap)} </Text> |