Skip to content

Commit

Permalink
style: Reduce heading sizes for small world network comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Nov 27, 2024
1 parent 350e945 commit a0ba6c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugo-site/layouts/shortcodes/small-world-comparison.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<div style="display: flex; flex-direction: column; gap: 1rem;">
<div style="display: flex; flex-direction: row; justify-content: center; gap: 1rem;">
<div style="width: min(350px, 40%);">
<h4 class="has-text-centered is-size-4 mb-2">Small World Network</h4>
<h5 class="has-text-centered is-size-5 mb-2">Small World Network</h5>
<canvas id="smallWorldCanvas" width="350" height="350" style="max-width: 100%; height: auto; margin-bottom: 0.5rem;"></canvas>
</div>
<div style="width: min(350px, 40%);">
<h4 class="has-text-centered is-size-4 mb-2">Random Network</h4>
<h5 class="has-text-centered is-size-5 mb-2">Random Network</h5>
<canvas id="randomNetworkCanvas" width="350" height="350" style="max-width: 100%; height: auto; margin-bottom: 0.5rem;"></canvas>
</div>
</div>
Expand Down

0 comments on commit a0ba6c1

Please sign in to comment.