File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 189
189
grid-auto-rows : 50vh ; /* Fixed height for rows */
190
190
width : 100vw ; /* Full width of the viewport */
191
191
height : 100vh ; /* Full height of the viewport */
192
- gap : 0 ; /* No gap between children (optional) */
192
+ gap : 10 ; /* No gap between children (optional) */
193
193
}
194
194
195
195
/* Style for child divs */
@@ -283,10 +283,8 @@ <h1 class="title is-1 publication-title"><span><i> </i></span>Endoscopic Generat
283
283
< div class ="project ">
284
284
< div class ="quarter ">
285
285
< h3 > Surgical Imagen</ h3 >
286
- < h5 > Surgical Text-To-Image Generation</ h5 >
287
- < div class ="">
288
- < img src ="static/images/pipeline.gif " height ="100% " width ="auto ">
289
- </ div >
286
+ < h5 > Surgical Text-To-Image Generation</ h5 >
287
+ < img src ="static/images/pipeline.gif " height ="auto " width ="auto ">
290
288
</ div >
291
289
292
290
< div class ="quarter ">
You can’t perform that action at this time.
0 commit comments