Changed in-text font and slightly modified padding.

This commit is contained in:
Marcus Scholz 2020-09-04 22:19:22 +02:00
parent 8a79068ba6
commit b0e45c230b
3 changed files with 9 additions and 12 deletions

View File

@ -10,7 +10,11 @@
.LP-TextSection{
.LP-Text {
&__Text {
line-height: 1.4rem;
.LP-Link{
font-family: $-primary-serif-font;
margin: 0 3px;
}
}
}

View File

@ -1,10 +1,5 @@
.LP-TextSection{
.LP-Link{
font-family: $-primary-serif-font;
margin: 0 3px;
padding: 4px 4px;
}
.LP-UnorderedList{
font-family: $-primary-serif-font;
font-size: 1.4rem;

View File

@ -855,8 +855,11 @@ body {
.LP-Content {
padding: 15px; } }
.LP-TextSection .LP-Text {
.LP-TextSection__Text {
line-height: 1.4rem; }
.LP-TextSection__Text .LP-Link {
font-family: "Crimson Text", Times, serif;
margin: 0 3px; }
.LP-PlaceTeaser {
width: 280px; }
@ -1493,11 +1496,6 @@ body {
padding: 0;
margin-bottom: 25px; } }
.LP-TextSection .LP-Link {
font-family: "Crimson Text", Times, serif;
margin: 0 3px;
padding: 4px 4px; }
.LP-TextSection .LP-UnorderedList {
font-family: "Crimson Text", Times, serif;
font-size: 1.4rem; }