This commit is contained in:
2025-01-04 13:44:53 -07:00
parent 6733a3be8e
commit 090ba0b085
4 changed files with 118 additions and 66 deletions

View File

@@ -1,4 +1,8 @@
.btn_wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: var(--mb-2);
width: 100%;
cursor: pointer;