From a3abe842b376a8693029a3eeeebdf2e5842b697f Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 4 Sep 2020 21:11:06 +0200 Subject: [PATCH] Codex styling adjustments. --- components/04_Templates/codex/_codex.scss | 7 +++---- components/04_Templates/codex/codex.hbs | 2 +- public/main.css | 7 ++++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/04_Templates/codex/_codex.scss b/components/04_Templates/codex/_codex.scss index cf792fe..ad969ba 100644 --- a/components/04_Templates/codex/_codex.scss +++ b/components/04_Templates/codex/_codex.scss @@ -1,10 +1,6 @@ .LP-TextSection{ margin-right: 25%; - .LP-Paragraph{ - white-space: nowrap; - } - .LP-Link{ margin: 0 3px; padding: 4px 4px; @@ -14,6 +10,9 @@ font-size: 1.4rem; li{ margin-bottom: 0.75em; + list-style-type: square; + margin-left: 2em; + padding-left: 1em; } } } \ No newline at end of file diff --git a/components/04_Templates/codex/codex.hbs b/components/04_Templates/codex/codex.hbs index 21e98c5..29db701 100644 --- a/components/04_Templates/codex/codex.hbs +++ b/components/04_Templates/codex/codex.hbs @@ -1,5 +1,5 @@
-

Take nothing but pictures. Leave nothing but footprints

+

Take nothing but pictures. Leave nothing but footprints.

diff --git a/public/main.css b/public/main.css index a92450c..7385537 100644 --- a/public/main.css +++ b/public/main.css @@ -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;