Refactored to show correct time. Still needs to be made dynamic

This commit is contained in:
Mike Conrad
2023-08-27 10:51:06 -04:00
parent 8e349ca307
commit 21b6f0609e
5 changed files with 74 additions and 7 deletions

View File

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