mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
💄 Tweak site footer padding for more room
This commit is contained in:
parent
8abfcdd30a
commit
4a41dd1848
@ -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)
|
||||
|
@ -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">
|
||||
|
@ -1,6 +1,6 @@
|
||||
@import './colors';
|
||||
|
||||
@padding-space: 144px;
|
||||
@padding-space: 24px;
|
||||
|
||||
footer {
|
||||
clear: both;
|
||||
|
@ -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': '开发工具',
|
||||
|
Loading…
Reference in New Issue
Block a user