Browse Source

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

pull/4/head
Yamagishi Kazutoshi 6 years ago
committed by Eugen Rochko
parent
commit
62a9da62a6
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      app/javascript/styles/about.scss

+ 10
- 0
app/javascript/styles/about.scss View File

@ -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;

Loading…
Cancel
Save