Browse Source

Fix padding bug in landing page column header (#6374)

pull/4/head
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
47eda1e5fb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/mastodon/about.scss

+ 1
- 1
app/javascript/styles/mastodon/about.scss View File

@ -491,7 +491,7 @@
line-height: inherit;
font-weight: inherit;
margin: 0;
padding: 15px;
padding: 0;
}
.column {

Loading…
Cancel
Save