Codex styling adjustments.

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

View File

@ -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;
}
}
}

View File

@ -1,5 +1,5 @@
<header class="LP-TextSection__Headline">
<h1 class="LP-Headline">Take nothing but pictures. Leave nothing but footprints</h1>
<h1 class="LP-Headline">Take nothing but pictures. Leave nothing but footprints.</h1>
</header>
<article class="LP-TextSection">

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;