about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/about.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-01-29 01:10:59 +0100
committerGitHub <noreply@github.com>2018-01-29 01:10:59 +0100
commit47eda1e5fbc7f96f8a03450eba443ad69b64056b (patch)
treed546f021283eeba482d27b227fcf30f4b9e45f81 /app/javascript/styles/mastodon/about.scss
parent97dcfb0f5025275d67459ab2c6d41f0affd8a493 (diff)
Fix padding bug in landing page column header (#6374)
Diffstat (limited to 'app/javascript/styles/mastodon/about.scss')
-rw-r--r--app/javascript/styles/mastodon/about.scss2
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 {