Skip to content

Commit 34baecd

Browse files
committed
fix: replace 100vh → 100dvh
1 parent b2e0636 commit 34baecd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_layouts/default.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{% if page_title or page_title == '' %}
2-
{% assign page_title = page.title %}
2+
{% assign page_title = page.title %}
33
{% endif %}
44
{% if page_subtitle or page_subtitle == '' %}
5-
{% assign page_subtitle = page.subtitle %}
5+
{% assign page_subtitle = page.subtitle %}
66
{% endif %}
77
{% assign page_title = page.title %}
88
<!DOCTYPE html>
99
<html lang="ja" dir="ltr">
1010
{% include head.html %}
1111

12-
<body class="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] font-bold tracking-wider min-h-screen p-4 flex">
12+
<body class="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] font-bold tracking-wider min-h-dvh p-4 flex">
1313
<div class="bg-white rounded-2xl min-h-full flex-1 flex flex-col">
1414
{% include header.html %}
1515

@@ -21,4 +21,4 @@
2121
</div>
2222
</body>
2323

24-
</html>
24+
</html>

0 commit comments

Comments
 (0)