ソースを参照

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

master
Yamagishi Kazutoshi 6年前
committed by Eugen Rochko
コミット
1e665a0bf4
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      app/javascript/styles/about.scss

+ 5
- 0
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;


読み込み中…
キャンセル
保存