File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -142,15 +142,12 @@ img.emoji {
142
142
}
143
143
144
144
/* 改行位置の調整 */
145
-
146
145
.ignore-pc {
147
146
display : none ;
148
147
}
149
-
150
148
.ignore-sp {
151
149
display : inline ;
152
150
}
153
-
154
151
@media screen and (max-width : 640px ) {
155
152
.ignore-pc {
156
153
display : inline ;
@@ -160,22 +157,21 @@ img.emoji {
160
157
}
161
158
}
162
159
160
+ /* Googleスライド・YouTube動画の調整 */
163
161
.home-point-slides {
164
162
position : relative ;
165
163
overflow : hidden ;
166
164
margin : 15px 0 20px 0 ;
167
165
padding-bottom : 50% ;
168
166
padding-top : 65px ;
169
167
}
170
-
171
168
.home-point-slides iframe {
172
169
width : 100% ;
173
170
height : 100% ;
174
171
position : absolute ;
175
172
top : 0 ;
176
173
left : 0 ;
177
174
}
178
-
179
175
.home-point-thumbnail {
180
176
img {
181
177
opacity : 0.97 ;
@@ -185,15 +181,13 @@ img.emoji {
185
181
}
186
182
187
183
}
188
-
189
184
.home-point-video {
190
185
position : relative ;
191
186
margin-bottom : 30px ;
192
187
padding-bottom : 56.25% ;
193
188
/* 16:9 Aspect Ratio */
194
189
padding-top : 25px ;
195
190
}
196
-
197
191
.home-point-video iframe {
198
192
position : absolute ;
199
193
top : 0 ;
@@ -202,6 +196,7 @@ img.emoji {
202
196
height : 100% !important ;
203
197
}
204
198
199
+ /* 各種 heading の調整 */
205
200
.headline {
206
201
color : white ;
207
202
background : #2275CA ;
You can’t perform that action at this time.
0 commit comments