Skip to content

Commit 7ebbfe0

Browse files
authored
Add files via upload
1 parent 5bfcc52 commit 7ebbfe0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,8 +1187,10 @@ <h3 class="example-heading">Text/Image-to-Video Generation</h3>
11871187
</td>
11881188

11891189
<td>
1190-
<img style="position: relative;top:50%;transform: translateY(-50%);"
1191-
width="50px" src="./static/images/plus.png"></img>
1190+
<div style="display: flex;width: 50px;margin:auto; ">
1191+
<img style="position: relative;top:50%;transform: translateY(-50%);"
1192+
width="50px" src="./static/images/plus.png"></img>
1193+
</div>
11921194
</td>
11931195

11941196
<td style="text-align: center;">
@@ -1198,8 +1200,10 @@ <h3 class="example-heading">Text/Image-to-Video Generation</h3>
11981200
</td>
11991201

12001202
<td>
1201-
<img style="position: relative;top:50%;transform: translateY(-50%);"
1202-
width="50px" src="./static/images/arrow_icon.jpg"></img>
1203+
<div style="display: flex;width: 50px;margin:auto; ">
1204+
<img style="position: relative;top:50%;transform: translateY(-50%);"
1205+
width="50px" src="./static/images/arrow_icon.jpg"></img>
1206+
</div>
12031207
</td>
12041208

12051209
<td>

0 commit comments

Comments
 (0)