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 { .logs {
padding: 0 1rem; padding: 0 1rem;
display: flex; display: grid;
flex-direction: row; grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
flex-wrap: wrap; justify-items: center;
justify-content: space-evenly;
gap: 20px; gap: 20px;
.log { .log {

Loading…
Cancel
Save