button alignment

This commit is contained in:
Freeplay 2023-05-14 15:33:50 -04:00
parent 448d830c51
commit 2c22a20da4

View File

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