add width to newest section of forum

This commit is contained in:
Wirlaburla 2024-03-25 15:56:26 -05:00
parent 71c671f7bf
commit 9042289d78

View File

@ -1342,6 +1342,7 @@ body.forum.new table.board-display tr.title-row input {
@media only screen and (orientation: landscape) { @media only screen and (orientation: landscape) {
body.forum.index .page-container .newest { body.forum.index .page-container .newest {
display: flex; display: flex;
width: 100%;
margin: 4px; margin: 4px;
} }