diff --git a/core/style.css b/core/style.css index cf331e9..8440d05 100644 --- a/core/style.css +++ b/core/style.css @@ -1421,9 +1421,11 @@ table.board-display#poll input[type="text"] { width: 100%; } @media only screen and (orientation: landscape) { body.forum.index .page-container .newest { - display: flex; + display: grid; + grid-template-columns: repeat(2, 1fr); width: 100%; margin: 4px; + gap: 8px; } body.forum.thread table.board-display {