Skip to content

Commit 88841d3

Browse files
committed
存在しない tailwind class を指定していたので修正
1 parent 2fe323f commit 88841d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: top
33
---
4-
<div class="bg-white bg-[url(/img/2025/top/header-background.png)] bg-size-contain bg-no-repeat bg-top bg-center rounded-2xl min-h-full flex-grow flex flex-col">
4+
<div class="bg-white bg-[url(/img/2025/top/header-background.png)] bg-contain bg-no-repeat bg-top bg-center rounded-2xl min-h-full flex-grow flex flex-col">
55
{% include header.html %}
66

77
{% include top/sections/hero.html %}

0 commit comments

Comments
 (0)