]> cat aescling's git repositories - mastodon.git/commitdiff
Fix column header in landing page (regression from #4405) (#4416)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Fri, 28 Jul 2017 11:32:41 +0000 (20:32 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 28 Jul 2017 11:32:41 +0000 (13:32 +0200)
app/javascript/styles/about.scss

index 6eddd1322749974628d7b594fa3f6abedaa7e6ad..10c9a55ffd6a23b4021cd4c7c10b5780a3870513 100644 (file)
     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;