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