Added padding to placegrid.
This commit is contained in:
parent
5844871862
commit
178394ed10
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user