Skip to content

Commit 30695f8

Browse files
authored
Merge pull request #17 from coderdojo-japan/fix/hero-section-style
fix: hero image 直下の説明文の style 崩れを修正
2 parents 4e21938 + 73bfb1a commit 30695f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/top/sections/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="/img/2025/top/hero-image.png" alt="好奇心に火をつけよう!! Inspire Next" />
33
</div>
44

5-
<div class="flex mx-auto max-w-[1020px] justify-center lg:justify-start">
5+
<div class="flex mx-auto max-w-[1080px] justify-center lg:justify-start">
66
<p class="lg:-mt-6 xl:-mt-10 leading-8 px-6 text-lg font-bold">
77
DojoCon Japanとは日本の CoderDojo コミュニティメンバーが全国から集まる、<br />
88
年に1度のカンファレンスイベント(CoderDojo Conference) です。<br />

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-contain bg-no-repeat bg-top bg-center rounded-2xl min-h-full flex-grow flex flex-col">
4+
<div class="bg-[url(/img/2025/top/header-background.png)] bg-contain bg-no-repeat bg-top bg-center">
55
{% include header.html %}
66

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

0 commit comments

Comments
 (0)