1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

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

This commit is contained in:
Eugen Rochko 2018-01-29 01:10:59 +01:00 committed by GitHub
parent 97dcfb0f50
commit 47eda1e5fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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