Skip to content

Commit 605396c

Browse files
committed
Add comments to CSS styles for better code reading
1 parent f071066 commit 605396c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

app/assets/stylesheets/custom.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,12 @@ img.emoji {
142142
}
143143

144144
/* 改行位置の調整 */
145-
146145
.ignore-pc {
147146
display: none;
148147
}
149-
150148
.ignore-sp {
151149
display: inline;
152150
}
153-
154151
@media screen and (max-width: 640px) {
155152
.ignore-pc {
156153
display: inline;
@@ -160,22 +157,21 @@ img.emoji {
160157
}
161158
}
162159

160+
/* Googleスライド・YouTube動画の調整 */
163161
.home-point-slides {
164162
position: relative;
165163
overflow: hidden;
166164
margin: 15px 0 20px 0;
167165
padding-bottom: 50%;
168166
padding-top: 65px;
169167
}
170-
171168
.home-point-slides iframe {
172169
width: 100%;
173170
height: 100%;
174171
position: absolute;
175172
top: 0;
176173
left: 0;
177174
}
178-
179175
.home-point-thumbnail {
180176
img {
181177
opacity: 0.97;
@@ -185,15 +181,13 @@ img.emoji {
185181
}
186182

187183
}
188-
189184
.home-point-video {
190185
position: relative;
191186
margin-bottom: 30px;
192187
padding-bottom: 56.25%;
193188
/* 16:9 Aspect Ratio */
194189
padding-top: 25px;
195190
}
196-
197191
.home-point-video iframe {
198192
position: absolute;
199193
top: 0;
@@ -202,6 +196,7 @@ img.emoji {
202196
height: 100% !important;
203197
}
204198

199+
/* 各種 heading の調整 */
205200
.headline {
206201
color: white;
207202
background: #2275CA;

0 commit comments

Comments
 (0)