Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
XinYu-Andy authored Dec 16, 2024
1 parent 3de962b commit 952dc37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px; /* 控制视频间距 */
gap: 15px;
}
.video-wrapper .item {
flex: 0 0 calc(20% - 15px); /* 每个视频占一行的 20%,扣除间距 */
flex: 0 0 calc(20% - 15px);
}
.video-wrapper video {
width: 100%;
Expand Down Expand Up @@ -127,7 +127,7 @@ <h1 class="title is-1 publication-title">TEXGen: a Generative Diffusion Model fo
</div>

<div class="is-size-5 conference">
<span class="author-block">SIGGRAPH Asia 2024 (Journal Track)</span>
<span class="author-block">SIGGRAPH Asia 2024, Journal Track, Best Paper Honorable Mention)</span>
</div>

<div class="column has-text-centered">
Expand Down

0 comments on commit 952dc37

Please sign in to comment.