Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ruoxining committed May 24, 2024
1 parent f667a21 commit c2560e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ <h1 id="bird-title">
<!-- Main Content -->
<div class="container" id="main">
<div class="row">
<div class="col-lg-5">
<div class="col-lg-4">
<div class="list-group">
<div class="list-group-item" id="introduction">
<h4>About NovelQA</h4>
<p>
This paper introduces ... This dataset utilizes ...
<!-- This paper introduces ... This dataset utilizes ... -->
</p>
<div id="button-group">
<div class="button-row">
Expand Down Expand Up @@ -100,7 +100,7 @@ <h4>About NovelQA</h4>
}

.scroll-container:hover::-webkit-scrollbar-thumb:hover {
background-color: #555;
background-color: #555;
}

</style>
Expand Down Expand Up @@ -213,7 +213,7 @@ <h4>Citation</h4>
</div>
</div>

<div class="col-lg-7">
<div class="col-lg-8">

<div class="card card-outline-secondary">
<div class="card-header">
Expand Down

0 comments on commit c2560e1

Please sign in to comment.