Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是第一次使用 slidify,我想通过将标题、副标题、作者和工作居中来改变主页的布局。通过添加 text-align:center; 到 css,我能够让他们以彼此为中心。但是我只能通过添加 left: 480px; 来将它们放在幻灯片的中心。但是当然,现在对齐不是最理想的,因为每当我的标题长度发生变化时它都会发生变化。谁能帮我?
在默认 css 中,我已将设置更改为此
/* line 924, ../scss/default.scss */ .title-slide group { bottom: 55px; left: 480px; text-align: center; }