remove unneeded justify-content

This commit is contained in:
filifa 2025-12-12 01:23:52 -05:00
parent a330bef49f
commit f3c6f8a67f
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ input {
#modulus-box { #modulus-box {
flex: auto; flex: auto;
display: flex; display: flex;
justify-content: end;
align-items: end; align-items: end;
min-width: 0; min-width: 0;
} }