File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
frontend/layers/base/app/components Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ defineProps<{
77 | ' 2xl'
88 | ' lg'
99 | ' md'
10- | ' xs' ,
10+ | ' xs'
11+ | ' xxs' ,
1112}>()
1213 </script >
1314
@@ -18,8 +19,8 @@ defineProps<{
1819 :class =" [
1920 size === '2xl' && 'text-6xl tracking-[-.09rem]',
2021 size === 'lg' && 'text-4xl tracking-[-.05rem]',
21- size === 'md' && 'text-md',
2222 size === 'xs' && 'text-xl tracking-[-0.0063rem]',
23+ size === 'xxs' && 'text-md',
2324 ]"
2425 >
2526 <slot />
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ const resourceLinks: Link[] = [
7676 <div class =" flex flex-col gap-lg sm:w-1/4" >
7777 <BaseHeading
7878 is =" h3"
79- size =" md "
79+ size =" xxs "
8080 >
8181 {{ $t('base.footer.services.title') }}
8282 </BaseHeading >
@@ -104,7 +104,7 @@ const resourceLinks: Link[] = [
104104 <div class =" flex flex-col gap-lg sm:w-1/4" >
105105 <BaseHeading
106106 is =" h3"
107- size =" md "
107+ size =" xxs "
108108 >
109109 {{ $t('base.footer.resources.title') }}
110110 </BaseHeading >
@@ -133,7 +133,7 @@ const resourceLinks: Link[] = [
133133 <div class =" my-lg sm:my-unset sm:ml-auto flex flex-col gap-xl" >
134134 <BaseHeading
135135 is =" h3"
136- size =" md "
136+ size =" xxs "
137137 >
138138 {{ $t('base.footer.links.title') }}
139139 </BaseHeading >
You can’t perform that action at this time.
0 commit comments