aboutsummaryrefslogtreecommitdiff
path: root/sass/_markdown.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/_markdown.scss')
-rw-r--r--sass/_markdown.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/sass/_markdown.scss b/sass/_markdown.scss
index 99f14b2..ae3766b 100644
--- a/sass/_markdown.scss
+++ b/sass/_markdown.scss
@@ -99,3 +99,11 @@
margin: auto;
float: none!important;
}
+
+/* Me soulent ces listes qui sont un coup serrées, un coup non. */
+/* Mais flemme de coder défensif... */
+/* By ADRN 25 */
+/* .content li > p { */
+/* margin-top: 0; */
+/* margin-bottom: 0; */
+/* } */