smol css bug

This commit is contained in:
selene 2026-02-14 23:33:45 +01:00
parent 71112f4f6c
commit e0d5891239
Signed by: sel
SSH key fingerprint: SHA256:33R/4Rx5Lu4o81LyJyXdMrmP5CJ6j7j1Soo0Dn7mKc0

View file

@ -84,7 +84,7 @@ section > div.buttons {
.buttons > p {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(88px, 20%));
justify-content: space-between;
justify-content: start;
gap: 0;
}