Improve readability of articles

This commit is contained in:
Alexandre Dulaunoy 2017-02-12 14:53:48 +01:00
parent 39c39f47bb
commit 0424427116
2 changed files with 9 additions and 1 deletions

View file

@ -114,7 +114,7 @@ hr {
/* Code Blocks */
pre { overflow: auto; }
pre { overflow: auto; white-space: pre-wrap; }
code, pre {

View file

@ -37,4 +37,12 @@
padding: 2.5rem;
background: $c__light-grey;
}
h1 {
margin-left: -2rem;
}
ul {
margin-left: 2.5rem;
}
}