Skip to content

Commit

Permalink
perf: refine documentation button css
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Sep 7, 2020
1 parent 44e23d0 commit 9cc3fa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/documentation/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 9cc3fa7

Please sign in to comment.