diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-01-22 09:46:39 -0500 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-01-22 09:46:39 -0500 |
commit | 99882de80524850bf0eb5c69d484056833db0a60 (patch) | |
tree | 024a54551f2ce48bfa5b4e4c133930f5aa1a453c /index.html | |
parent | c0da8d22862a0afca41ca052c3424564b0011dda (diff) |
Improve responsiveness a bit.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |