File tree 2 files changed +19
-25
lines changed
2 files changed +19
-25
lines changed Original file line number Diff line number Diff line change @@ -1055,20 +1055,3 @@ section {
1055
1055
line-height : 1.7em ;
1056
1056
color : #909090 ;
1057
1057
}
1058
-
1059
- .stretch3-notes {
1060
- margin-top : 100px ;
1061
- font-size : 11.8px ;
1062
- line-height : 1.7em ;
1063
- color : #909090 ;
1064
- }
1065
-
1066
- .stretch3-eyecatch-container {
1067
- height : 35rem ;
1068
- margin-bottom : 50px ;
1069
- }
1070
-
1071
- .stretch3-eyecatch {
1072
- border-radius : 10px ;
1073
- object-fit : cover ;
1074
- }
Original file line number Diff line number Diff line change 3
3
- provide(:url, '/stretch3')
4
4
- provide(:meta_image, '/img/stretch3_cover.webp')
5
5
6
+ :css
7
+ .stretch3-notes {
8
+ margin-top : 100px ;
9
+ font-size : 11.8px ;
10
+ line-height : 1.7em ;
11
+ color : #909090 ;
12
+ }
13
+ .stretch3-eyecatch {
14
+ border-radius : 10px ;
15
+ object-fit : cover ;
16
+ }
17
+
6
18
.container
7
19
%section .introduction {style: "padding: 50px 0px;"}
8
20
%div .text-center
9
21
%h1 {style: "line-height: 1.4em; margin-bottom: 50px;" }
10
22
Stretch3 × AI
11
23
%br.ignore-pc
12
24
利用申請フォーム
13
- .stretch3-eyecatch-container
14
- = lazy_image_tag '/img/stretch3_cover.webp',
15
- alt: 'AI 拡張ブロック利用例のスクリーンショット画像',
16
- min: true,
17
- class: 'stretch3-eyecatch',
18
- style: 'box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);'
19
- %p
25
+ = lazy_image_tag '/img/stretch3_cover.webp',
26
+ alt: 'AI 拡張ブロック利用例のスクリーンショット画像',
27
+ min: true,
28
+ class: 'stretch3-eyecatch',
29
+ style: 'box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);'
30
+ %p{style: 'margin-top: 70px;'}
20
31
Stretch3 内にある AI 拡張ブロックの利用申請フォームです。
21
32
%small<>
22
33
(
81
92
= f.label :term_of_use, " 上記の利用規約に同意する" , style: " display:inline"
82
93
83
94
= f.submit " 同意して利用を始める" , class: " form__submit"
84
- .text-center
95
+ .text-center{style: 'color: gray;'}
85
96
%small
86
97
%small
87
98
%b
You can’t perform that action at this time.
0 commit comments