Check out Grant Acedrex, our featured variant for April, 2024.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

A catalog of 3D-printable chess variant pieces. (Updated!) A catalog of 3D-printable chess variant pieces, with drawings, photographs and printable links. (8x8, Cells: 64) [All Comments] [Add Comment or Rating]
🕸Fergus Duniho wrote on Sun, Mar 31 07:33 PM UTC in reply to Jean-Louis Cazaux from 06:48 PM:

It looks fine on my desktop or iPad, but on my phone, it requires either a lot of horizontal scrolling or zooming the page down to a small size to see all the images. So, I recommend switching from using tables to using flexbox. What I have in mind is replacing each table with a single row that will wrap when the screen isn't wide enough for it. To illustrate how it works, I have rewritten the Chess pieces section to use flexbox. I have styled it to resemble how your tables look, but if you decrease the width of your window, you should notice that it behaves differently. To make the other sections work the same way, all you have to do is consolidate the tables cells for each piece into a single div, replace each <td> with <div> and each </td> with </div>, and replace the table tags with <div class="piecerow"> and </div>.