Skip to content

Commit 18303ef

Browse files
authored
Update index.html
1 parent 6f978ad commit 18303ef

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
grid-auto-rows: 50vh; /* Fixed height for rows */
190190
width: 100vw; /* Full width of the viewport */
191191
height: 100vh; /* Full height of the viewport */
192-
gap: 0; /* No gap between children (optional) */
192+
gap: 10; /* No gap between children (optional) */
193193
}
194194

195195
/* Style for child divs */
@@ -283,10 +283,8 @@ <h1 class="title is-1 publication-title"><span><i> </i></span>Endoscopic Generat
283283
<div class="project">
284284
<div class="quarter">
285285
<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">
290288
</div>
291289

292290
<div class="quarter">

0 commit comments

Comments
 (0)