Display logs with grid instead of flex

main
idylls 1 year ago
parent ac7bc2c8b4
commit f96c7ee04c
Signed by: idylls
GPG Key ID: 8A7167CBC2CC9F0F

@ -173,10 +173,9 @@ table.work {
.logs {
padding: 0 1rem;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
justify-items: center;
gap: 20px;
.log {

Loading…
Cancel
Save