Add space to toot paragraph in landing page (#4331)

th-downstream
Yamagishi Kazutoshi 7 years ago committed by Eugen Rochko
parent c946795bc3
commit 8d6f7d50bd

@ -595,6 +595,11 @@
line-height: inherit; line-height: inherit;
font-weight: inherit; font-weight: inherit;
color: $primary-text-color; color: $primary-text-color;
margin-bottom: 20px;
&:last-child {
margin-bottom: 0;
}
a { a {
color: $ui-secondary-color; color: $ui-secondary-color;

Loading…
Cancel
Save