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

master
Eugen Rochko 6 years ago committed by GitHub
parent 97dcfb0f50
commit 47eda1e5fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/styles/mastodon/about.scss

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

Loading…
Cancel
Save