Browse Source

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

pull/5/head
Yamagishi Kazutoshi 9 years ago committed by Eugen Rochko
parent
commit
1e665a0bf4
  1. 5
      app/javascript/styles/about.scss

5
app/javascript/styles/about.scss

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

Loading…
Cancel
Save