From c112f7865b29717c48f142ab9b6b0f1a097ff8f1 Mon Sep 17 00:00:00 2001 From: Subliminal Guy <subliminal_kid@posteo.de> Date: Thu, 4 Jul 2024 19:10:40 +0200 Subject: [PATCH] Small CSS change --- src/components/Form.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Form.vue b/src/components/Form.vue index bd67d9b..8bbbd76 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 { -- GitLab