diff --git a/nextjs/pages/Conseils.js b/nextjs/pages/Conseils.js index 9c5a19c36..86ae377bb 100644 --- a/nextjs/pages/Conseils.js +++ b/nextjs/pages/Conseils.js @@ -12,7 +12,7 @@ const styles = theme => ({ flexDirection: 'column', alignItems: 'center', justifyContent: 'flex-start', - padding: theme.spacing(3,2), + padding: theme.spacing(3, 2), width: '100%', }, vimeoVideo: { @@ -26,17 +26,17 @@ class Conseils extends React.Component { const { classes } = this.props return ( - + Quelques conseils ! -
- +
+
- + ) }