diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-16 09:46:23 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-16 09:46:23 +0200 |
commit | 478bbc9dad2969386ee6f168c9e7a0a14c4d1f9a (patch) | |
tree | 16814ddc3f5264fd0cf8dcba3ca670bcff02f17e /sass | |
parent | f19ed95db595c8b03b33b6d5510deee019375207 (diff) | |
download | guide.deuxfleurs.fr-478bbc9dad2969386ee6f168c9e7a0a14c4d1f9a.tar.gz guide.deuxfleurs.fr-478bbc9dad2969386ee6f168c9e7a0a14c4d1f9a.zip |
Ajout de la doc des machines
Diffstat (limited to 'sass')
-rw-r--r-- | sass/_markdown.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |