From 478bbc9dad2969386ee6f168c9e7a0a14c4d1f9a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 16 May 2022 09:46:23 +0200 Subject: Ajout de la doc des machines --- sass/_markdown.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sass') diff --git a/sass/_markdown.scss b/sass/_markdown.scss index 1318594..f030b83 100644 --- a/sass/_markdown.scss +++ b/sass/_markdown.scss @@ -68,3 +68,8 @@ .content table tbody tr:nth-child(odd) { background-color: #ffffff; } + +.content p>img { + max-width: 100%; + width: auto; +} -- cgit v1.2.3