···58585959 /* Display table vertically. Matches Bulma's threshold for stacking columns vertically. */
6060 @media screen and (max-width: 1023px) {
6161- .kinks-table tr { display: block; float: left; width: 100%; }
6161+ .kinks-table tr { display: flex; float: left; width: 100%; flex-flow: column; }
6262 .kinks-table td { display: block; } /* Had th, see below for what we actually do */
63636464 /* Size choice button as a square that takes up the whole space */
···7676 height: 32px;
7777 }
78787979- /* Hide the border between Self/Partner options etc */
8080- .kinks-table td:not(:last-child) {
8181- border-bottom: none;
7979+ .kinks-table td:last-child {
8080+ /* Place the kink label before the options */
8181+ order: -1;
8282+ /* Hide the border for the kink label */
8383+ border-bottom: none !important;
8284 }
83858486 /* Due to the display:block above the table headers will not match the vertical layout. So we put them side-by-side (and then make them look pretty) */
···516518 <div class="modal-content">
517519 <div class="box content">
518520 <h1>Changelog</h2>
521521+522522+ <h2>Version 12 - September 17th 2021</h2>
523523+ <ul>
524524+ <li>Improve mobile layout</li>
525525+ </ul>
519526520527 <h2>Version 11 - June 17th 2021</h2>
521528 <ul>