button alignment

This commit is contained in:
Freeplay 2023-05-14 15:33:50 -04:00
parent 3b2e288ee1
commit db8495d354

View File

@ -340,6 +340,8 @@ function focusFooter(ev) {
}
> :deep(button) {
margin-top: 10px;
margin-left: 0;
margin-right: .4rem;
}
}
</style>