Skip to content

Commit 9cc3fa7

Browse files
committed
perf: refine documentation button css
1 parent 44e23d0 commit 9cc3fa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/documentation/index.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default {
3838
margin: 50px;
3939
display: flex;
4040
flex-wrap: wrap;
41-
justify-content: space-evenly;
41+
justify-content: flex-start;
4242
4343
.document-btn {
4444
flex-shrink: 0;
@@ -47,8 +47,8 @@ export default {
4747
background: black;
4848
color: white;
4949
height: 60px;
50-
width: 200px;
51-
margin-bottom: 16px;
50+
padding: 0 16px;
51+
margin: 16px;
5252
line-height: 60px;
5353
font-size: 20px;
5454
text-align: center;

0 commit comments

Comments
 (0)