Skip to content

Commit

Permalink
Update and rename index2.html to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoyecid authored Nov 28, 2024
1 parent 0581a1e commit afb2167
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index2.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
grid-template-columns: repeat(2, 1fr); /* Default to 2 columns */
gap: 20px;
justify-content: center;
width: 95%; /* Adjust width as needed */
width: 98%; /* Adjust width as needed */
height: auto;
white-space: nowrap; /* Prevent wrapping */
}
Expand All @@ -201,7 +201,8 @@
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
justify-content: center;
width: 95%; /* Adjust width as needed */
width: 99%; /* Adjust width as needed */
min-height:200px;
}

.grid-item:hover {
Expand Down Expand Up @@ -381,7 +382,7 @@ <h3 class="title is-3">CoSimGen</h3>
</div></a>
<a href="./surgical-videogen/index.html">
<div class="grid-item">
<h3 class="title is-3">EndoViGen</h3>
<h3 class="title is-3">Surg Videogen</h3>
<img src="static/images/empty.jpg" alt="Project 2">
<p><b>Surgical Text-To-Video Generation</b></p>
<p>Short description of project 4.</p>
Expand Down

0 comments on commit afb2167

Please sign in to comment.