Skip to content

Commit

Permalink
Updated styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Argent77 committed Aug 30, 2019
1 parent 7f18800 commit 6bf446f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion DjinniCompanion/readme/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ p {
margin: 0.6rem auto;
}

pre {
margin: 0.6rem auto;
}

ul, ol {
margin: 0.6rem 0;
}
Expand Down Expand Up @@ -130,7 +134,7 @@ section {
border-color: #66451f;
}

section > p, section > div {
section > p, section > div, section > pre {
margin-left: 2rem;
}

Expand Down Expand Up @@ -314,6 +318,7 @@ details.faq ul > li:before {
}

.code {
overflow: auto;
font-family: Consolas,monospace;
font-size: 0.9rem;
border-width: 0.0625rem;
Expand Down

0 comments on commit 6bf446f

Please sign in to comment.