File tree Expand file tree Collapse file tree 3 files changed +1
-16
lines changed
Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 6464
6565 <!-- CSS -------------------------- -->
6666 <!-- DojoCon CSS -->
67- < link rel ="stylesheet " href ="/css/main.css?7f8c4bb4 " />
67+ < link rel ="stylesheet " href ="/css/main.css?f4651439 " />
6868</ head >
Original file line number Diff line number Diff line change @@ -11,17 +11,6 @@ title: スポンサーのご紹介
1111{% assign inkind_sponsors = site.data.sponsors | where: "type", "inkind" %}
1212{% assign individual_sponsors = site.data.sponsors | where: "type", "individual" %}
1313
14- <style >
15- html {
16- /*
17- 画像のロードとsmooth scrollを組み合わせると
18- スクロール位置がずれやすいためスムーススクロールを解除する
19- */
20- scroll-behavior : auto !important ;
21- }
22- </style >
23-
24-
2514<h2 class =" text-4xl text-center mb-8 mt-30 xl:mt-15 " >
2615 スポンサーのご紹介
2716 <span class =" block mt-5 text-2xl " >SPONSORS</span >
Original file line number Diff line number Diff line change 22
33@use ' variables' as * ;
44
5- html {
6- scroll-behavior : smooth ;
7- }
8-
95@font-face {
106 font-family : ' rounded-l-mplus-2p' ;
117 src : url (' /assets/fonts/rounded-l-mplus-2p-bold.ttf' ) format (' truetype' );
You can’t perform that action at this time.
0 commit comments