Codex styling adjustments.

This commit is contained in:
2020-09-04 21:11:06 +02:00
parent 0a3a236a47
commit a3abe842b3
3 changed files with 8 additions and 8 deletions

View File

@@ -1495,8 +1495,6 @@ body {
.LP-TextSection {
margin-right: 25%; }
.LP-TextSection .LP-Paragraph {
white-space: nowrap; }
.LP-TextSection .LP-Link {
margin: 0 3px;
padding: 4px 4px; }
@@ -1504,7 +1502,10 @@ body {
font-family: "Crimson Text", Times, serif;
font-size: 1.4rem; }
.LP-TextSection .LP-UnorderedList li {
margin-bottom: 0.75em; }
margin-bottom: 0.75em;
list-style-type: square;
margin-left: 2em;
padding-left: 1em; }
.tagify {
display: flex;