diff options
author | ADRN <adrien.luxey@gmail.com> | 2023-05-22 17:17:27 +0200 |
---|---|---|
committer | ADRN <adrien.luxey@gmail.com> | 2023-05-22 17:17:27 +0200 |
commit | 5801a7fe49e76a51316f46328244126a45984162 (patch) | |
tree | 927d36452411bcb4bf330ee4f4998ede55457a4f /sass | |
parent | 649758707d99d5fa3dd0c0349ec442ec9bc67460 (diff) | |
download | guide.deuxfleurs.fr-5801a7fe49e76a51316f46328244126a45984162.tar.gz guide.deuxfleurs.fr-5801a7fe49e76a51316f46328244126a45984162.zip |
application des retours de Quentin & Vincent + ajout de marge dans les blockquotes (dans une PR qu'a rien à voir - thug life)feat/adhesion
Diffstat (limited to 'sass')
-rw-r--r-- | sass/_markdown.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/_markdown.scss b/sass/_markdown.scss index 5cc6e69..0d51c5c 100644 --- a/sass/_markdown.scss +++ b/sass/_markdown.scss @@ -41,7 +41,7 @@ border-left: #e2dede 8px solid; margin: 0; background-color: #f2f1f0; - padding: 0 20px; + padding: 0.2ex 1.2em; } .content table { |