Skip to content

Commit

Permalink
margin adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ANazaret committed Oct 10, 2024
1 parent d0d895d commit 7cb047a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/css/example-cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
transition: 0.3s;
margin: 10px 0;
border-radius: 3px;
}

.example-card img {
Expand Down
5 changes: 5 additions & 0 deletions docs/css/treeffuser.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
width: 100%;
}

.styled-img {
margin: 10px 0 10px 10px;
border: 1px solid #ccc;
}

#figure1 .draggable {
cursor: grab;
}
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,8 @@ <h3> Usage Examples </h3>
<div class="cards-container">

<div class="example-card">
<img src="imgs/img_sinusoidal.png" alt="Bimodal, heteroskedastic response">
<div class="example-container">
<img src="imgs/img_sinusoidal.png" alt="Bimodal, heteroskedastic response" class="styled-img">
<div class="example-container">
<h4>
<b> A simple response with two sinusoidal components
<a href="https://colab.research.google.com/github/blei-lab/treeffuser/blob/tutorials/examples/README_example.ipynb"
Expand Down

0 comments on commit 7cb047a

Please sign in to comment.