File tree Expand file tree Collapse file tree 4 files changed +10
-13
lines changed
Expand file tree Collapse file tree 4 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 6060 <!-- CSS Framework -------------------------- -->
6161 <!-- Font Awasome https://fontawesome.com/ -->
6262 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css " integrity ="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A== " crossorigin ="anonymous " referrerpolicy ="no-referrer " />
63- <!-- Bootstrap https://getbootstrap.jp/ -->
64- < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM " crossorigin ="anonymous ">
65-
63+ <!-- Tailwind CSS -->
64+ < script src ="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4 "> </ script >
6665
6766 <!-- CSS -------------------------- -->
6867 <!-- DojoCon CSS -->
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11---
22layout: 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 '>
Original file line number Diff line number Diff line change 11---
22layout: 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 '>
You can’t perform that action at this time.
0 commit comments