From 60e18252dca81020d51c90459489caf207e15a7f Mon Sep 17 00:00:00 2001 From: Emi Boucly Date: Wed, 11 Jun 2025 00:58:30 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20aboutview=20justifi=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/AboutView.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/views/AboutView.vue b/frontend/src/views/AboutView.vue index 636d05a..1785c09 100644 --- a/frontend/src/views/AboutView.vue +++ b/frontend/src/views/AboutView.vue @@ -80,5 +80,8 @@ .emote { height: 3rem; } + p { + text-align: justify; + } \ No newline at end of file