diff --git a/lostplaces/lostplaces_app/static/main.css b/lostplaces/lostplaces_app/static/main.css index 202e499..e164c0f 100644 --- a/lostplaces/lostplaces_app/static/main.css +++ b/lostplaces/lostplaces_app/static/main.css @@ -856,9 +856,9 @@ body { padding: 15px; } } .LP-TextSection__Text { - line-height: 1.4rem; } + font-family: "Crimson Text", Times, serif; + font-size: 1.4rem; } .LP-TextSection__Text .LP-Link { - font-family: "Crimson Text", Times, serif; margin: 0 3px; } .LP-PlaceTeaser { @@ -1259,7 +1259,7 @@ body { .LP-Footer__Flex { display: flex; flex-flow: row wrap; - margin-top: 5em; } + margin-top: 5em; } .LP-Footer__ListTop { text-align: center; width: 33.333%; }