Skip to content

Commit 944ca7b

Browse files
committed
お問合せ部分の寸法をおおよそ合わせる
1 parent 612f357 commit 944ca7b

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

_includes/top/sections/contact.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<section id="contact">
22
<div class="d-flex flex-column align-items-center text-center">
3-
<h2 class="header-letter-spacing">お問い合わせ</h2>
4-
<p class="fs-4 fw-bold lh-base mb-4">CONTACT</p>
5-
<p class="fs-6 fw-semibold letter-spacing lh-lg mb-5">DojoCon Japan {{ site.year }} についてのお問い合わせは<br>以下のリンク先(Googleフォーム)よりお願いいたします。</p>
3+
<h2 class="title">お問い合わせ</h2>
4+
<p class="subtitle">CONTACT</p>
5+
<p class="text">DojoCon Japan {{ site.year }}についてのお問い合わせは<br>以下のリンク先(Googleフォーム)よりお願いいたします。</p>
66

77
<a href="{{ site.contact }}" class="btn-lg" target="_blank" rel="noopener">お問い合わせフォーム</a>
88
</div>

_sass/pages/index.scss

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,32 @@
11
#contact {
2-
.header-letter-spacing {
3-
letter-spacing: 0.2em;
2+
.title {
3+
font-size: 36px;
4+
letter-spacing: 0.125rem;
5+
margin-bottom: 4px;
46
}
5-
.letter-spacing {
6-
letter-spacing: 0.17em;
7+
.subtitle {
8+
font-size: 24px;
9+
letter-spacing: 0.065rem;
10+
margin-bottom: 18px;
11+
font-weight: bold;
12+
}
13+
14+
.text {
15+
font-size: 18px;
16+
letter-spacing: 0.0625rem;
17+
font-weight: bold;
18+
line-height: 2rem;
719
}
820

921
.btn-lg {
22+
margin: 20px 0;
1023
display: block;
1124
box-sizing: border-box;
12-
width: 50%;
25+
width: 70%;
1326
min-width: fit-content;
14-
padding: 0.8rem 1.5rem;
15-
font-size: 1.5rem;
27+
padding: 16px 0;
28+
font-size: 24px;
29+
letter-spacing: 0.0625rem;
1630
font-weight: bold;
1731
color: #0e0e0e;
1832
background-color: #efefef;

0 commit comments

Comments
 (0)