fixes
All checks were successful
deploy to production / deploy (push) Successful in 51s

This commit is contained in:
2023-09-27 14:17:28 +00:00
parent eee191955e
commit bccc2cc66a
3 changed files with 6 additions and 3 deletions

View File

@@ -96,9 +96,8 @@ table {
margin-bottom: 20px;
}
* {
transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease, max-height 0.5s, height 0.5s ease,
width 0.5s ease, flex 0.5s ease, opacity 0.5s ease, top 0.5s ease, bottom 0.5s ease, left 0.5s ease,
right 0.5s ease, transform 0.5s ease;
transition: max-height 0.5s, height 0.5s ease, width 0.5s ease, flex 0.5s ease, opacity 0.5s ease, top 0.5s ease,
bottom 0.5s ease, left 0.5s ease, right 0.5s ease, transform 0.5s ease;
}
button {