mod: store card & forgotten data

This commit is contained in:
Alexandro Uc Santos
2025-02-22 18:41:21 -06:00
parent 9ec7296340
commit a0b0dee7d2
5 changed files with 150 additions and 49 deletions

View File

@@ -3,6 +3,11 @@ body {
padding: 0px;
}
.flex-d-column {
display: flex;
flex-direction: column;
}
.w-lg-45{
width: 45%;
}