Moderate styling changes to codec page.

This commit is contained in:
2020-09-04 20:22:37 +02:00
parent 3a8498ac0c
commit 0a3a236a47
2 changed files with 59 additions and 15 deletions

View File

@@ -1,9 +1,7 @@
.LP-TextSection{
margin-right: 3%;
width: 50%;
margin-right: 25%;
.LP-Paragraph{
font-family: $-primary-serif-font;
white-space: nowrap;
}
@@ -13,10 +11,9 @@
}
.LP-UnorderedList{
font-family: $-primary-serif-font;
}
.LP-UnorderedList__Item{
margin-bottom: 0.75em;
font-size: 1.4rem;
li{
margin-bottom: 0.75em;
}
}
}