We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f91d39 commit e28e286Copy full SHA for e28e286
_posts/2025-08-02-contest-how-to-apply.md
@@ -8,11 +8,6 @@ tags: 企画
8
permalink: /contests/how-to-apply.html
9
---
10
<style>
11
-img {
12
- margin: 5px;
13
- max-width: calc(100% - 10px);
14
-}
15
-
16
.bordered {
17
border: 1px solid #ddd;
18
}
@@ -25,6 +20,8 @@ img {
25
20
26
21
27
22
.flow-image {
23
+ margin: 5px;
24
+ max-width: calc(100% - 10px);
28
display: block;
29
width: 100%;
30
max-width: 600px;
@@ -210,8 +207,9 @@ li {
210
207
<td>このチェックは何もしなくてよいです</td>
211
208
</tr>
212
209
<tr>
213
- <td colspan="2" class="p0-b0"><img src="/img/contests/how-to-apply/step-2-5.webp" alt="作品投稿フォーム5"
214
- class="flow-image"></td>
+ <td colspan="2" class="p0-b0">
+ <img src="/img/contests/how-to-apply/step-2-5.webp" alt="作品投稿フォーム5" class="flow-image">
+ </td>
215
216
217
<th>⑭ メンバー登録</th>
0 commit comments