From 62a9da62a6998dcf5df8e1282cdf03960d92312f Mon Sep 17 00:00:00 2001
From: Yamagishi Kazutoshi <ykzts@desire.sh>
Date: Fri, 28 Jul 2017 20:32:41 +0900
Subject: [PATCH] Fix column header in landing page (regression from #4405)
 (#4416)

---
 app/javascript/styles/about.scss | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss
index 6eddd1322..10c9a55ff 100644
--- a/app/javascript/styles/about.scss
+++ b/app/javascript/styles/about.scss
@@ -562,6 +562,16 @@
     overflow: hidden;
     box-shadow: 0 0 6px rgba($black, 0.1);
 
+    .column-header {
+      color: inherit;
+      font-family: inherit;
+      font-size: 16px;
+      line-height: inherit;
+      font-weight: inherit;
+      margin: 0;
+      padding: 15px;
+    }
+
     .column {
       padding: 0;
       border-radius: 4px;
-- 
GitLab