summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-01-22 09:46:39 -0500
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-01-22 09:46:39 -0500
commit99882de80524850bf0eb5c69d484056833db0a60 (patch)
tree024a54551f2ce48bfa5b4e4c133930f5aa1a453c /index.html
parentc0da8d22862a0afca41ca052c3424564b0011dda (diff)
Improve responsiveness a bit.
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 00ef0bc..c3aa1ae 100644
--- a/index.html
+++ b/index.html
@@ -58,7 +58,9 @@
<li><img src="images/direct-sow.svg" class="key"/>: direct sow outdoors</li>
<li><img src="images/transplant.svg" class="key"/>: transplant outdoors</li>
</ul>
- <table id="schedule"></table>
+ <div class="table-container">
+ <table id="schedule"></table>
+ </div>
</div>
<h2>Week-by-week instructions</h2>
<div id="instructions"></div>