Limited length of name / location in placegrid. Added padding.

This commit is contained in:
2020-08-05 20:44:31 +02:00
parent e63601955e
commit 565c58019b
2 changed files with 5 additions and 6 deletions

View File

@@ -179,7 +179,9 @@ body {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 10px; }
padding: 5px;
padding-bottom: 10px;
padding-top: 10px; }
.LP-PlaceTeaser .LP-PlaceTeaser__Meta .LP-Paragraph {
font-family: Montserrat, Helvetica, sans-serif;
padding: 0;