Commit 0e462606 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Améliore l'espacement vertical entre les paragraphes et titres.

No related merge requests found
Pipeline #12798 passed with stage
in 57 seconds
Showing with 8 additions and 0 deletions
+8 -0
......@@ -52,6 +52,14 @@ $heading4Size: 1em;
list-style: url("../../lib/image/puce.png") outside;
}
p {
margin: $blockMargin 0 ($blockMargin/2) 0;
}
h1, h2, h3, h4 {
margin: $blockMargin 0;
}
div.sourceCode {
margin: 0 !important;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment