From f3d723838e4dc4fb68a51731458e815ffb62ed1c Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 16 May 2023 17:55:37 +0200 Subject: [PATCH] Adjust size of instruction block text and icon Resolves MS-722 #complete --- client/src/components/content-blocks/Instruction.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/content-blocks/Instruction.vue b/client/src/components/content-blocks/Instruction.vue index f29ce589..5c9fb847 100644 --- a/client/src/components/content-blocks/Instruction.vue +++ b/client/src/components/content-blocks/Instruction.vue @@ -46,13 +46,13 @@ export default { align-items: center; &__icon { - width: 40px; - height: 40px; + width: 30px; + height: 30px; margin-right: $small-spacing; } &__link { - @include heading-3; + @include heading-4; } }