mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-24 18:57:07 +00:00
Improve readability of articles
This commit is contained in:
parent
39c39f47bb
commit
0424427116
2 changed files with 9 additions and 1 deletions
|
@ -114,7 +114,7 @@ hr {
|
||||||
|
|
||||||
/* Code Blocks */
|
/* Code Blocks */
|
||||||
|
|
||||||
pre { overflow: auto; }
|
pre { overflow: auto; white-space: pre-wrap; }
|
||||||
|
|
||||||
code, pre {
|
code, pre {
|
||||||
|
|
||||||
|
|
|
@ -37,4 +37,12 @@
|
||||||
padding: 2.5rem;
|
padding: 2.5rem;
|
||||||
background: $c__light-grey;
|
background: $c__light-grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
margin-left: -2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
margin-left: 2.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue