Added padding to placegrid.

This commit is contained in:
Marcus Scholz 2020-08-05 20:44:52 +02:00
parent 5844871862
commit 178394ed10
2 changed files with 76 additions and 72 deletions

View File

@ -17,7 +17,9 @@
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px;
padding-bottom: 10px;
padding-top: 10px;
.LP-Paragraph{
font-family: $-primary-sans-serif-font;

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;