Adjust size of instruction block text and icon

Resolves MS-722 #complete
This commit is contained in:
Ramon Wenger 2023-05-16 17:55:37 +02:00
parent d25e133618
commit f3d723838e
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}
}
</style>