diff --git a/components/app/AppFooter.vue b/components/app/AppFooter.vue index 109158b51..84266ebc6 100644 --- a/components/app/AppFooter.vue +++ b/components/app/AppFooter.vue @@ -53,6 +53,8 @@ const nbSocialIcons = computed(() => (socialIcons.value ? socialIconsCount.value diff --git a/tokens.config.ts b/tokens.config.ts index 1492366c1..2e2d86a98 100644 --- a/tokens.config.ts +++ b/tokens.config.ts @@ -13,7 +13,7 @@ export default defineTheme({ ] }, header: { height: '64px' }, - footer: { padding: '{space.4} 0' }, + footer: { height: { initial: '145px', sm: '100px' }, padding: '{space.4} 0' }, readableLine: '78ch', loadingBar: { height: '3px',