Skip to content

Commit

Permalink
Fix column header in landing page (regression from mastodon#4405) (ma…
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored and hcmiya committed Jul 29, 2017
1 parent 8e59ceb commit b106a57
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/javascript/styles/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b106a57

Please sign in to comment.