diff --git a/src/components/Form.vue b/src/components/Form.vue index bd67d9bb7f4812c686623b12c60a747c9a88c904..8bbbd76c2dcf38248bcfea083dd3f6a2564791f1 100644 --- a/src/components/Form.vue +++ b/src/components/Form.vue @@ -112,7 +112,7 @@ function download(content: string, fileName: string, contentType: string) { margin-bottom: 1em; width: 20em; display: flex; - justify-content: center; + justify-content: space-around; gap: 1rem; } @@ -163,6 +163,7 @@ function download(content: string, fileName: string, contentType: string) { background-color: #266ca3; font-weight: bold; float: right; + width: 10rem; } .jsonGenerate-btn:hover {