FIX github pages ol and code

This commit is contained in:
unpregnant 2017-02-08 22:37:15 +01:00
parent f9784eef6d
commit 379e7b26e2
2 changed files with 14 additions and 3 deletions

View File

@ -62,14 +62,25 @@
h2,
h3,
p,
pre {
p {
margin-left: 10%;
width: 80%;
}
ol {
margin-left: 10%;
width: 75%;
}
pre {
background: white;
width: 75%;
padding: 2.5%;
margin-left: 10%;
code {
overflow-x: scroll;
}
}
hr {

File diff suppressed because one or more lines are too long