Added padding to placegrid.
This commit is contained in:
parent
5844871862
commit
178394ed10
@ -17,7 +17,9 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
padding: 5px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
padding-top: 10px;
|
||||||
|
|
||||||
.LP-Paragraph{
|
.LP-Paragraph{
|
||||||
font-family: $-primary-sans-serif-font;
|
font-family: $-primary-sans-serif-font;
|
||||||
|
@ -179,7 +179,9 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-bottom: 10px; }
|
padding: 5px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
padding-top: 10px; }
|
||||||
.LP-PlaceTeaser .LP-PlaceTeaser__Meta .LP-Paragraph {
|
.LP-PlaceTeaser .LP-PlaceTeaser__Meta .LP-Paragraph {
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
font-family: Montserrat, Helvetica, sans-serif;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user