From af22099db55b55fba30836b879e3531c1e61ecdb Mon Sep 17 00:00:00 2001 From: Lumi Pakkanen Date: Thu, 20 Oct 2022 21:29:53 +0300 Subject: [PATCH] Give credits based on project roles Add relevant styles to the About page Co-authored-by: Sevish --- src/views/AboutView.vue | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue index f2669d1c..de0dab4a 100644 --- a/src/views/AboutView.vue +++ b/src/views/AboutView.vue @@ -8,18 +8,9 @@ height="100" />

Scale Workshop 2

-

+

Because there are more than 12 notes

-
-
-
-

- With contributions from Sevish, Lumi Pakkanen, Lajos Mészáros and - Vincenzo Sicurella -

-
-
+
+
+

Contributors

+

+ Sevish - UI/UX designer
+ Lumi Pakkanen - lead developer
+ Vincenzo Sicurella - developer
+ Lajos Mészáros - developer +

+
@@ -57,4 +58,8 @@ hr { .about > * { max-width: 30rem; } +#contributors h2 { + border: unset; + text-align: center; +}