Updated timer logic

This commit is contained in:
Mike Conrad
2023-08-27 12:03:44 -04:00
parent 9a89dc5365
commit 147717f130
3 changed files with 78 additions and 6 deletions

View File

@ -101,4 +101,14 @@ fieldset {
label {
font-weight: 300;
}
.timer {
width: 24px;
height: 24px;
border-radius: 24px;
padding: 8px;
display: flex;
justify-content: center;
align-items: center;
}