Skip to content

Commit

Permalink
fix cat. item layout
Browse files Browse the repository at this point in the history
  • Loading branch information
weihsiang-sony committed Aug 26, 2024
1 parent c10759d commit e955b1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<div class="bk_item"><a href="#sec_dgm">I. Deep Generative Modeling</a></div>
<div class="bk_item"><a href="#sec_nlp">II. Multimodal<br/>NLP</a></div>
<div class="bk_item"><a href="#sec_mt">III. Music<br/>Technology</a></div>
<div class="bk_item"><a href="#sec_ct">IV. Cinematic Technology</a></div>
<div class="bk_item"><a href="#sec_challenges">V. Hosted Challenges</a></div>
<div class="bk_item"><a href="#sec_ct">IV. Cinematic<br/>Technology</a></div>
<div class="bk_item"><a href="#sec_challenges">V. Hosted<br/>Challenges</a></div>
</div>

<a name="sec_dgm"></a>
Expand Down
3 changes: 2 additions & 1 deletion local.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
border-width: 0 2px;
background-color: none;
width: 18%;
height: 68px;
height: 62px;

box-sizing: border-box;
padding-top: 8px;
Expand All @@ -32,6 +32,7 @@
}
.bk_item a {
color: #159957;
font-size: 0.9rem;
}

.trow {
Expand Down

0 comments on commit e955b1f

Please sign in to comment.