mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Fix padding bug in landing page column header (#6374)
This commit is contained in:
@@ -491,7 +491,7 @@
|
||||
line-height: inherit;
|
||||
font-weight: inherit;
|
||||
margin: 0;
|
||||
padding: 15px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.column {
|
||||
|
||||
Reference in New Issue
Block a user