We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afe65d commit c5981faCopy full SHA for c5981fa
src/views/documentation/index.vue
@@ -38,7 +38,7 @@ export default {
38
margin: 50px;
39
display: flex;
40
flex-wrap: wrap;
41
- justify-content: space-evenly;
+ justify-content: flex-start;
42
43
.document-btn {
44
flex-shrink: 0;
@@ -47,8 +47,8 @@ export default {
47
background: black;
48
color: white;
49
height: 60px;
50
- width: 200px;
51
- margin-bottom: 16px;
+ padding: 0 16px;
+ margin: 16px;
52
line-height: 60px;
53
font-size: 20px;
54
text-align: center;
0 commit comments