diff --git a/src/pages/Howto/Content/Howto/Step/Step.tsx b/src/pages/Howto/Content/Howto/Step/Step.tsx index 8a72a6b072..c52dc417a3 100644 --- a/src/pages/Howto/Content/Howto/Step/Step.tsx +++ b/src/pages/Howto/Content/Howto/Step/Step.tsx @@ -34,7 +34,7 @@ export default class Step extends React.PureComponent { card mediumRadius justifyContent={'center'} - py={4} + py={3} px={4} bg={'white'} width={1} diff --git a/src/pages/Howto/Content/HowtoList/HowtoList.tsx b/src/pages/Howto/Content/HowtoList/HowtoList.tsx index 942be876b0..793d6066a5 100644 --- a/src/pages/Howto/Content/HowtoList/HowtoList.tsx +++ b/src/pages/Howto/Content/HowtoList/HowtoList.tsx @@ -103,7 +103,7 @@ export class HowtoList extends React.Component {