logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 62a9da62a6998dcf5df8e1282cdf03960d92312f
parent: 58eea59864252ca29b505255a73293647d184705
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Fri, 28 Jul 2017 20:32:41 +0900

Fix column header in landing page (regression from #4405) (#4416)


Diffstat:

Mapp/javascript/styles/about.scss10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git 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;