File tree Expand file tree Collapse file tree 2 files changed +24
-10
lines changed Expand file tree Collapse file tree 2 files changed +24
-10
lines changed Original file line number Diff line number Diff line change 1
1
< section id ="contact ">
2
2
< 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 >
6
6
7
7
< a href ="{{ site.contact }} " class ="btn-lg " target ="_blank " rel ="noopener "> お問い合わせフォーム</ a >
8
8
</ div >
Original file line number Diff line number Diff line change 1
1
#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 ;
4
6
}
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 ;
7
19
}
8
20
9
21
.btn-lg {
22
+ margin : 20px 0 ;
10
23
display : block ;
11
24
box-sizing : border-box ;
12
- width : 50 % ;
25
+ width : 70 % ;
13
26
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 ;
16
30
font-weight : bold ;
17
31
color : #0e0e0e ;
18
32
background-color : #efefef ;
You can’t perform that action at this time.
0 commit comments