🕸Fergus Duniho wrote on Sun, Dec 31, 2023 12:50 PM EST:
I got the grid CSS to work, but I gave up on getting the squares to maintain their aspect ratio when a small window size causes them to become narrower. The solution that worked for this involved setting the height of each table cell to auto. The problem with this was that it would let the following sections of the page overlap with the diagram. This was apparently because it now had no height for the table.
I got the grid CSS to work, but I gave up on getting the squares to maintain their aspect ratio when a small window size causes them to become narrower. The solution that worked for this involved setting the height of each table cell to auto. The problem with this was that it would let the following sections of the page overlap with the diagram. This was apparently because it now had no height for the table.