Skip to content

Commit e28e286

Browse files
committed
navbar が影響を受けて大きくなる不具合を修正
1 parent 5f91d39 commit e28e286

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

_posts/2025-08-02-contest-how-to-apply.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ tags: 企画
88
permalink: /contests/how-to-apply.html
99
---
1010
<style>
11-
img {
12-
margin: 5px;
13-
max-width: calc(100% - 10px);
14-
}
15-
1611
.bordered {
1712
border: 1px solid #ddd;
1813
}
@@ -25,6 +20,8 @@ img {
2520
}
2621

2722
.flow-image {
23+
margin: 5px;
24+
max-width: calc(100% - 10px);
2825
display: block;
2926
width: 100%;
3027
max-width: 600px;
@@ -210,8 +207,9 @@ li {
210207
<td>このチェックは何もしなくてよいです</td>
211208
</tr>
212209
<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>
210+
<td colspan="2" class="p0-b0">
211+
<img src="/img/contests/how-to-apply/step-2-5.webp" alt="作品投稿フォーム5" class="flow-image">
212+
</td>
215213
</tr>
216214
<tr>
217215
<th>⑭ メンバー登録</th>

0 commit comments

Comments
 (0)