diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-29 01:10:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-29 01:10:59 +0100 |
commit | 47eda1e5fbc7f96f8a03450eba443ad69b64056b (patch) | |
tree | d546f021283eeba482d27b227fcf30f4b9e45f81 | |
parent | 97dcfb0f5025275d67459ab2c6d41f0affd8a493 (diff) |
Fix padding bug in landing page column header (#6374)
-rw-r--r-- | app/javascript/styles/mastodon/about.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/about.scss b/app/javascript/styles/mastodon/about.scss index e45fc03d3..0806171be 100644 --- a/app/javascript/styles/mastodon/about.scss +++ b/app/javascript/styles/mastodon/about.scss @@ -491,7 +491,7 @@ line-height: inherit; font-weight: inherit; margin: 0; - padding: 15px; + padding: 0; } .column { |