aboutsummaryrefslogtreecommitdiff
path: root/sass/_markdown.scss
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-05-16 09:46:23 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-05-16 09:46:23 +0200
commit478bbc9dad2969386ee6f168c9e7a0a14c4d1f9a (patch)
tree16814ddc3f5264fd0cf8dcba3ca670bcff02f17e /sass/_markdown.scss
parentf19ed95db595c8b03b33b6d5510deee019375207 (diff)
downloadguide.deuxfleurs.fr-478bbc9dad2969386ee6f168c9e7a0a14c4d1f9a.tar.gz
guide.deuxfleurs.fr-478bbc9dad2969386ee6f168c9e7a0a14c4d1f9a.zip
Ajout de la doc des machines
Diffstat (limited to 'sass/_markdown.scss')
-rw-r--r--sass/_markdown.scss5
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;
+}