Updates css from frontend repo with TextSectio font-size increase.

This commit is contained in:
Marcus Scholz 2020-09-08 20:50:43 +02:00
parent f2b6c3e102
commit ac7f5de304

View File

@ -856,9 +856,9 @@ body {
padding: 15px; } } padding: 15px; } }
.LP-TextSection__Text { .LP-TextSection__Text {
line-height: 1.4rem; } font-family: "Crimson Text", Times, serif;
font-size: 1.4rem; }
.LP-TextSection__Text .LP-Link { .LP-TextSection__Text .LP-Link {
font-family: "Crimson Text", Times, serif;
margin: 0 3px; } margin: 0 3px; }
.LP-PlaceTeaser { .LP-PlaceTeaser {
@ -1259,7 +1259,7 @@ body {
.LP-Footer__Flex { .LP-Footer__Flex {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
margin-top: 5em; } margin-top: 5em; }
.LP-Footer__ListTop { .LP-Footer__ListTop {
text-align: center; text-align: center;
width: 33.333%; } width: 33.333%; }