空气主题

main-outlet 类有一个 margin-top

你应该添加这个:

html body #main-outlet {
  margin-top: 0;
}

我以前从未使用过这个,但是 css 中有一个 topic-width 设置,在根元素中。

添加这个,它应该能适应其他所有内容:

:root {
  --topic-body-width: 750px;
}
1 个赞