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;