fix: center "Plus" button

This commit is contained in:
Yohan Boniface 2025-02-04 11:45:28 +01:00
parent cc2f4ef81f
commit 9606bd864b

View file

@ -87,6 +87,7 @@ input[type="submit"] {
border: none;
text-decoration: none;
background-color: white;
justify-content: center;
}
.dark .button,
.dark [type="button"] {