Skip to content

Commit

Permalink
fix bleow empty space by no pad section css
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSand committed Dec 14, 2023
1 parent 5798f80 commit e232d54
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
27 changes: 16 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,10 @@ <h2 class="title is-3">
</div>
</section>

<br>

<!-- loss illustration video -->
<section class="section">
<section class="section no_pad_section">
<div class="container is-max-desktop">
<!-- <div class="hero-body"> -->

Expand Down Expand Up @@ -357,11 +359,11 @@ <h2 class="title is-3">
</div>
</section>

<hr>

<!-- <hr> -->
<br><br>

<!-- slider jaxtapose -->
<section class="section">
<section class="section no_pad_section">
<div class="container is-max-desktop" style="width: 80%;">

<!-- title -->
Expand Down Expand Up @@ -863,9 +865,11 @@ <h2 class="title is-3">
</div>
</section>

<br><br>


<!-- visualization by timestep -->
<section class="section">
<section class="section no_pad_section">
<div class="container is-max-desktop " style="width: 80%;">

<!-- title -->
Expand Down Expand Up @@ -933,7 +937,7 @@ <h2 class="title is-3">


<!-- visualization by attention heads -->
<section class="section">
<section class="section no_pad_section">
<div class="container is-max-desktop" style="width: 80%;">

<!-- title -->
Expand Down Expand Up @@ -999,7 +1003,7 @@ <h2 class="title is-3">


<!-- res interpolation -->
<section class="section">
<section class="section no_pad_section">
<div class="container is-max-desktop">

<!-- title -->
Expand Down Expand Up @@ -1071,10 +1075,10 @@ <h2 class="title is-3">



<hr>
<!-- <hr> -->

<!-- more qualitative results -->
<section class="section">
<section class="section no_pad_section">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
Expand Down Expand Up @@ -1104,9 +1108,10 @@ <h2 class="title is-3">



<hr>
<!-- <hr> -->
<br><br>

<section class="section">
<section class="section no_pad_section">
<div class="container is-max-desktop content">
<div class="columns is-centered has-text-centered">

Expand Down
8 changes: 4 additions & 4 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ code {
}



/* .no_max_width{
max-width: none;
} */
.no_pad_section {
padding-top: 0em;
padding-bottom: 0em;
}


0 comments on commit e232d54

Please sign in to comment.