Skip to content

Commit 364f60a

Browse files
committed
docs: 添加首页特性展示区域样式
- 添加 features 容器样式,使用 flexbox 布局 - 添加 featureSvg 样式,设置特性图标尺寸为 200x200px - 为首页特性展示提供基础样式支持 Signed-off-by: Caijinglong <[email protected]>
1 parent 7e7e461 commit 364f60a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/website/src/pages/index.module.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,15 @@
2121
align-items: center;
2222
justify-content: center;
2323
}
24+
25+
.features {
26+
display: flex;
27+
align-items: center;
28+
padding: 2rem 0;
29+
width: 100%;
30+
}
31+
32+
.featureSvg {
33+
height: 200px;
34+
width: 200px;
35+
}

0 commit comments

Comments
 (0)