Skip to content

Commit c90f765

Browse files
committed
fix layout
1 parent eeb773b commit c90f765

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

_includes/top/sections/contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section id="contact">
2-
<div class="d-flex flex-column align-items-center text-center">
2+
<div class="flex flex-col items-center text-center">
33
<h2 class="title">お問い合わせ</h2>
44
<p class="subtitle">CONTACT</p>
55
<p class="text">DojoCon Japan {{ site.year }}についてのお問い合わせは<br>以下のリンク先(Googleフォーム)よりお願いいたします。</p>

_layouts/condition.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
layout: default
33
---
4-
<div class="container" style="margin-top: 140px; margin-bottom: 140px">
5-
<div class="text-center">
6-
<h1>{{ page.title }}</h1>
7-
<p>{{ page.subtitle }}</p>
4+
<div style="margin-top: 140px; margin-bottom: 140px">
5+
<div class="text-center mb-8">
6+
<h1 class="text-4xl">{{ page.title }}</h1>
7+
<p>{{ page.subtitle }}</p>
88
</div>
9-
<div class="air"></div>
109
<div id='condition'>
1110
<div class="post">
1211
<div class='post-content'>

_layouts/page.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
layout: default
33
---
4-
<div class="container" style="margin-top: 140px; margin-bottom: 140px">
5-
<div class="text-center mb-4">
4+
<div style="margin-top: 140px; margin-bottom: 140px">
5+
<div class="text-center mb-8">
66
<p class="my-0"><strong>{{ page.subtitle }}</strong></p>
7-
<h2 class="my-1">{{ page.title }}</h2>
7+
<h2 class="text-4xl my-1">{{ page.title }}</h2>
88
</div>
9-
<div class="air"></div>
109
<div id=''>
1110
<div class="post">
1211
<div class='post-content'>

0 commit comments

Comments
 (0)