💄 Tweak site footer padding for more room

This commit is contained in:
afc163 2019-01-14 11:24:14 +08:00 committed by 偏右
parent 8abfcdd30a
commit 4a41dd1848
4 changed files with 5 additions and 5 deletions

View File

@ -289,7 +289,7 @@ timeline: true
`2018-11-09`
- 🎉 发布 [Landing 模板集](https://landing.ant.design)
- 🎉 发布 [首页模板集](https://landing.ant.design)
- 📖 发布 Ant Design [新版 Sketch 模版文件](https://github.com/ant-design/ant-design/releases/download/resource/Ant.Design.Components.Beta.3.10.5.sketch)。
- Button
- 🐞 修复在小尺寸的 `Button.Group` 中没有垂直对齐的问题。[#12972](https://github.com/ant-design/ant-design/issues/12972)

View File

@ -77,10 +77,10 @@ title: 设计资源
</div>
<div class="resource-card-content">
<span class="resource-card-title">
Ant Design Landing
Ant Design Landing
<span class="resource-card-hot-badge">NEW</span>
</span>
<span class="resource-card-description">Landing 模板集</span>
<span class="resource-card-description">首页模板集</span>
</div>
</a>
<a target="_blank" href="http://ux.ant.design" class="resource-card">

View File

@ -1,6 +1,6 @@
@import './colors';
@padding-space: 144px;
@padding-space: 24px;
footer {
clear: both;

View File

@ -52,7 +52,7 @@ module.exports = {
'app.footer.chinamirror': '国内镜像站点 🇨🇳',
'app.footer.primary-color-changed': '修改主题色成功!',
'app.footer.kitchen': 'Sketch 工具集',
'app.footer.landing': 'Landing 模板集',
'app.footer.landing': '首页模板集',
'app.footer.scaffold': '脚手架',
'app.footer.scaffolds': '脚手架市场',
'app.footer.dev-tools': '开发工具',