mobile fixes

This commit is contained in:
Garry Ing
2021-05-17 21:35:39 -04:00
parent 5a604ba1b7
commit 662798e551
4 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
<div id="graph-wrapper" class="relative vh-100 code f6">
<div id="graph-wrapper" class="relative vh-100 vh-50-m code f6">
<script>
window.graphData = {% include notes_graph.json %}
</script>
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3">
<div class="absolute bottom-1 right-1 shadow-solid-accent bg-background br4 pa3 dn-m">
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
</div>
</div>