Skip to content

Commit

Permalink
Image de couverture
Browse files Browse the repository at this point in the history
  • Loading branch information
laem committed Jan 21, 2021
1 parent e3d5b2c commit d314c10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Montage.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import { imageResizer } from './utils'
import { articles } from './Étape'

export default () => (
<div css="p {margin: .3rem 0}">
<div css="p {margin: 2rem 0} img {margin: 2rem 0}">
<p>Suivez pas à pas ce guide, et vous aurez un vélo.</p>
<Summary articles={articles} />
<img src="https://velolibre-images.netlify.app/enneigé.medium.webp" />
</div>
)

Expand Down

0 comments on commit d314c10

Please sign in to comment.