Skip to content

Commit e5fafc1

Browse files
authored
chore: improve intro section size (#2426)
1 parent ed72177 commit e5fafc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defineOgImageComponent('Default', {
2626

2727
<template>
2828
<main>
29-
<section class="relative container min-h-screen flex flex-col overflow-hidden">
29+
<section class="relative container min-h-[calc(100dvh-3.5rem)] flex flex-col overflow-hidden">
3030
<header
3131
class="flex-1 flex flex-col items-center justify-center text-center pt-20 pb-4 md:pb-8 lg:pb-20"
3232
>

0 commit comments

Comments
 (0)