From 896837ccf4b656f24dc82608e15beb8b993d3cb9 Mon Sep 17 00:00:00 2001 From: Lorenz Padberg Date: Thu, 7 Sep 2023 11:38:30 +0200 Subject: [PATCH] Make font smaller - otherwise code is displayed as SH-BU82 instead of SHBU82 --- client/src/components/profile/ShowCode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/profile/ShowCode.vue b/client/src/components/profile/ShowCode.vue index 8a6d4a67..8ce9fcf4 100644 --- a/client/src/components/profile/ShowCode.vue +++ b/client/src/components/profile/ShowCode.vue @@ -42,7 +42,7 @@ export default { font-size: toRem(60px); letter-spacing: toRem(10px); @include desktop { - font-size: toRem(120px); + font-size: toRem(100px); letter-spacing: toRem(20px); } font-weight: 600;