feature: Buttons are now fixed-width, so align to center

This commit is contained in:
jamesread 2024-02-07 10:53:46 +00:00
parent 99460beafd
commit 15d332012f
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ fieldset {
grid-gap: 1em; grid-gap: 1em;
padding: 0; padding: 0;
text-align: center; text-align: center;
justify-content: center;
border: 0; border: 0;
} }