File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments