We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c445ff1 commit 2d66879Copy full SHA for 2d66879
index.html
@@ -53,10 +53,13 @@
53
list-style: none;
54
padding: 0;
55
margin: 0;
56
+ display: flex; /* 改为横向排布 */
57
+ justify-content: center; /* 居中对齐 */
58
+ gap: 30px; /* 按钮之间的间距 */
59
animation: fadeInUp 1s ease-in-out;
60
}
61
li {
- margin-bottom: 30px;
62
+ margin-bottom: 0; /* 移除垂直间距 */
63
64
a {
65
color: #fff;
0 commit comments