From ac7f5de30427fbeaddbfc6e3ab2afe5fb961dc2b Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Tue, 8 Sep 2020 20:50:43 +0200 Subject: [PATCH] Updates css from frontend repo with TextSectio font-size increase. --- lostplaces/lostplaces_app/static/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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%; }