smol css bug
This commit is contained in:
parent
71112f4f6c
commit
e0d5891239
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ section > div.buttons {
|
||||||
.buttons > p {
|
.buttons > p {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(88px, 20%));
|
grid-template-columns: repeat(auto-fit, minmax(88px, 20%));
|
||||||
justify-content: space-between;
|
justify-content: start;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue