浏览代码

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;


正在加载...
取消
保存