mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-11 19:16:55 +01:00
Fix padding bug in landing page column header (#6374)
This commit is contained in:
parent
97dcfb0f50
commit
47eda1e5fb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue