perf: refine documentation button css

This commit is contained in:
花裤衩 2020-09-07 21:45:28 +08:00
parent fce7214967
commit ab97bc2259
1 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ export default {
margin: 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
justify-content: flex-start;
.document-btn {
flex-shrink: 0;
@ -47,8 +47,8 @@ export default {
background: black;
color: white;
height: 60px;
width: 200px;
margin-bottom: 16px;
padding: 0 16px;
margin: 16px;
line-height: 60px;
font-size: 20px;
text-align: center;